Commit Graph

222 Commits (a4ab0b14773012abd44cb325a8b043147cb65162)
 

Author SHA1 Message Date
Brian Cristante 75726802f3
Merge pull request #175 from mmlb/do-not-export-GOROOT
Do not export GOROOT for Go versions >= 1.9
3 years ago
Josh Gross 0c03929337
Remove duplicated `spyOn` 3 years ago
Josh Gross 229eefa42b
Update `dist` 3 years ago
Josh Gross 802876f7c7
Fix formatting 3 years ago
Josh Gross 2a34c33bd7
Export `GOROOT` for versions < 1.9 3 years ago
Manuel Mendez 83124a14b6 Do not export GOROOT
This has not been necessary since [Go 1.9](https://go.dev/doc/go1.9#goroot) at
least (although clunky to do so then) but definitely not since
[Go 1.10](https://go.dev/doc/go1.10#goroot).

This is cargo culting code that is more than 2 years out of date and runs into
issues when multiple go versions are used in an action run.

Signed-off-by: Manuel Mendez <mmendez534@gmail.com>
3 years ago
Brian Cristante 9a1626044c
Merge pull request #204 from actions/joshmgross/service-codeowners
Update CODEOWNERS to actions-service
3 years ago
Josh Gross 24c791c06c
Update CODEOWNERS to actions-service 3 years ago
Manuel Mendez ec07be593a Add test for export of GOROOT to env var
Signed-off-by: Manuel Mendez <mmendez534@gmail.com>
3 years ago
Ivan Zosimov (Akvelon INC) c8d315d95f Merge branch 'main' into modules-caching 3 years ago
Ivan Zosimov (Akvelon INC) 07ecad3aa8 Add changes before sync with upstream 3 years ago
Ivan Zosimov (Akvelon INC) 4d62da4173 Add some unit tests fot cache-utils.ts file 3 years ago
Ivan Zosimov (Akvelon INC) 2d0c507407 Change cache-save.ts file 3 years ago
Ivan Zosimov (Akvelon INC) 8d80cd6b60 Change code according to review points 3 years ago
Ivan Zosimov (Akvelon INC) 86d1cd689b Change code according to review points 3 years ago
Ivan Zosimov (Akvelon INC) fc2e404438 Merge branch 'main' into modules-caching 3 years ago
Dmitry Shibanov f6164bd8c8
Remove stable input and fix SemVer notation (#195) 3 years ago
Dmitry Shibanov 2bb2aab2fd
update types node (#194) 3 years ago
Dmitry Shibanov edcbc0c2cd
update lockfileVersion (#193) 3 years ago
Ivan Zosimov (Akvelon INC) 2e1e7c7d7e Make some small changes according to review points 3 years ago
Dmitry Shibanov 865dc0ce0e fix tests and change to dirname 3 years ago
Dmitry Shibanov ac150f8555 regenerate dependencies 3 years ago
Ivan Zosimov (Akvelon INC) b50606f375 Rebuild action 3 years ago
Ivan Zosimov (Akvelon INC) b2ef77dbb7 Change logic to find matchers.json file 3 years ago
Ivan Zosimov (Akvelon INC) b05c2a57a4 Update package-lock.json file 3 years ago
Dmitry Shibanov fb9a043dd8
Update default runtime to node16 (#192) 3 years ago
Ivan Zosimov (Akvelon INC) f7d54db843 Add new file-container for package-managers
File package-managers.ts was added.
3 years ago
Ivan Zosimov (Akvelon INC) 30f08b7b11 Fix bug with getting object property by its name 3 years ago
Ivan Zosimov (Akvelon INC) 11d8853723 Change field in the action.yml file
Change modules-manager to package-manager in action.yml file.
3 years ago
Ivan Zosimov (Akvelon INC) f2efd31d13 Change code to make it more extandable in future 3 years ago
Ivan Zosimov (Akvelon INC) d450effe85 Rebuild action with some small changes.
Changes were applied to some debug messages.
3 years ago
Ivan Zosimov (Akvelon INC) 8dd60badf6 Change behavior of the post-job
If caching is not enabled by action.yml input, save of the cache won't
occur in the post-job.
3 years ago
Ivan Zosimov (Akvelon INC) 766a3397b4 Rebuild index.js file for the main job 3 years ago
Ivan Zosimov (Akvelon INC) a79b7c7694 Change path to matchers.json 3 years ago
Ivan Zosimov (Akvelon INC) 174207d077 Change description of the cache input in action.yml 3 years ago
Ivan Zosimov (Akvelon INC) 53f5d5ec02 Format files according to Prettier rules and build 3 years ago
Ivan Zosimov (Akvelon INC) 25a133c257 Add logic for modules caching
Such files as cache-restore.ts, cache-utils.ts, constants.ts,
cache-save.ts we added. Main.ts file now incorporates logic for using
files mentioned above.
3 years ago
Ivan Zosimov (Akvelon INC) 5ba3482d38 Change build script in package.json file
Divided building procedure into two, one for main job, another for
post-job.
3 years ago
Ivan Zosimov (Akvelon INC) 56994f1afd Change action.yml file
Such inputs as 'cache' and 'cache-dependency-path' were added along with
their descriptions.
3 years ago
dependabot[bot] 5b0ae0e97d
Bump pathval from 1.1.0 to 1.1.1 (#188) 3 years ago
Dmitry Shibanov bfdd3570ce
Implement "check-latest" flag to check if pre-cached version is latest one (#186) 3 years ago
Sergey Gaynetdinov 44e221478f
Replace 'ubuntu-16.04' -> 'ubuntu-latest' (#180) 4 years ago
Brian Cristante 424fc82d43
Merge pull request #179 from oscard0m/add-cache-to-node-workflows
ci(workflow): add 'npm' cache for actions/setup-node in .github/workflows
4 years ago
Oscar Dominguez 82388ea9d4 ci(workflow): add 'npm' cache for actions/setup-node in .github/workflows 4 years ago
Dominik Honnef fdeec47002
Don't require relative paths to start with ./ or ../ (#98) 4 years ago
Sergey-Murtazin 3e9d5483e6
Add semver note to documentation (#164) 4 years ago
Masahiro Furudate 02f7ea9f09
Fix yaml indent (#59) 4 years ago
Sergey-Murtazin 5805cf725b
Add issue and pull request templates (#163) 4 years ago
MaksimZhukov 35030c1fd2
Merge pull request #162 from dmitry-shibanov/v-dmshib/update-dependencies
Update dependencies
4 years ago
Dmitry Shibanov 59d644db2a update dependencies 4 years ago