We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d148e commit f8efddfCopy full SHA for f8efddf
package.json
@@ -2,7 +2,7 @@
2
"name": "dcd-github-action",
3
"description": "run maestro tests on devicecloud.dev",
4
"author": "devicecloud.dev",
5
- "version": "1.3.0",
+ "version": "1.3.1",
6
"main": "src/index.ts",
7
"license": "MIT",
8
"engines": {
src/index.ts
@@ -125,7 +125,7 @@ const run = async (): Promise<void> => {
125
let testOutput;
126
try {
127
testOutput = execSync(
128
- `npx --yes @devicecloud.dev/dcd cloud ${paramsString} --quiet`,
+ `npx --yes --no-cache @devicecloud.dev/dcd cloud ${paramsString} --quiet`,
129
{ encoding: 'utf-8' }
130
);
131
} catch (e: any) {
0 commit comments