Skip to content

Commit f8efddf

Browse files
committed
force no cache, release 1.3.1
1 parent 48d148e commit f8efddf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dcd-github-action",
33
"description": "run maestro tests on devicecloud.dev",
44
"author": "devicecloud.dev",
5-
"version": "1.3.0",
5+
"version": "1.3.1",
66
"main": "src/index.ts",
77
"license": "MIT",
88
"engines": {

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const run = async (): Promise<void> => {
125125
let testOutput;
126126
try {
127127
testOutput = execSync(
128-
`npx --yes @devicecloud.dev/dcd cloud ${paramsString} --quiet`,
128+
`npx --yes --no-cache @devicecloud.dev/dcd cloud ${paramsString} --quiet`,
129129
{ encoding: 'utf-8' }
130130
);
131131
} catch (e: any) {

0 commit comments

Comments
 (0)