File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 3535 STACKABLE_SLUG : Stackable/plugin
3636 run : npm run test
3737 - name : Run script to unzip and upload traces
38+ if : ${{ !cancelled() }}
3839 run : |
3940 chmod +x ./.github/scripts/unzip_traces.sh
4041 ./.github/scripts/unzip_traces.sh
Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ export default defineConfig( {
2323 /* Fail the build on CI if you accidentally left test.only in the source code. */
2424 // forbidOnly: !! process.env.CI,
2525 /* Retry on CI only */
26- retries : process . env . CI ? 2 : 0 ,
26+ // retries: process.env.CI ? 2 : 0,
27+ retries : 0 ,
2728 // Locally, we could take advantage of parallelism due to multicore systems.
2829 // However, in the CI, we typically can use only one worker at a time.
2930 // It's more straightforward to align how we run tests in both systems.
You can’t perform that action at this time.
0 commit comments