From 4a9adde60e3763dee8ee8ae15087fa730238ff80 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Sun, 2 Jan 2022 20:20:44 +0000 Subject: [PATCH] Caching cleanup --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a7055438..3421704e 100644 --- a/package.json +++ b/package.json @@ -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",