Caching cleanup

pull/310/head
Frostebite 2022-01-02 20:20:44 +00:00
parent d56ae05425
commit 4a9adde60e
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@
"test": "jest",
"test-i": "yarn run test-i-aws && yarn run test-i-k8s",
"test-i-f": "yarn run test-i-aws && yarn run test-i-k8s && yarn run cli-k8s && yarn run cli-aws",
"test-i-aws": "cross-env cloudRunnerTests=true cloudRunnerCluster=aws yarn test -i",
"test-i-k8s": "cross-env cloudRunnerTests=true cloudRunnerCluster=k8s yarn test -i"
"test-i-aws": "cross-env cloudRunnerTests=true cloudRunnerCluster=aws yarn test -i -t \"cloud-runner-logs\"",
"test-i-k8s": "cross-env cloudRunnerTests=true cloudRunnerCluster=k8s yarn test -i -t \"cloud-runner-logs\""
},
"dependencies": {
"@actions/core": "^1.2.6",