We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4115158 commit 7991272Copy full SHA for 7991272
.github/workflows/tests.yaml
@@ -35,7 +35,6 @@ jobs:
35
done
36
- name: E2E Tests
37
run: |
38
-# npm run webpack-bundle -- --mode=none
39
for (( i = 0; i < 10; i++ )); do
40
npm run e2e -- __tests__/respect/workflow-success-actions/workflow-success-actions.test.ts __tests__/respect/workflow-failure-actions/workflow-failure-actions.test.ts
41
0 commit comments