Skip to content

Commit a78e27b

Browse files
committed
chore: add sleep
1 parent b04c1db commit a78e27b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,9 @@ jobs:
2626
# run: npm run typecheck
2727
# - name: Unit Tests
2828
# run: npm run unit
29-
- name: list
30-
run: ls -la packages/cli/lib
31-
- name: Respect runs
32-
run: |
33-
for (( i = 0; i < 25; i++ )); do
34-
node packages/cli/lib/index.js respect __tests__/respect/workflow-success-actions/workflow-success-actions.arazzo.yaml __tests__/respect/workflow-failure-actions/workflow-failure-actions.arazzo.yaml || true
35-
done
3629
- name: E2E Tests
3730
run: |
38-
for (( i = 0; i < 25; i++ )); do
31+
for (( i = 0; i < 50; i++ )); do
3932
npx jest __tests__/respect/workflow-success-actions/workflow-success-actions.test.ts __tests__/respect/workflow-failure-actions/workflow-failure-actions.test.ts
4033
done
4134

0 commit comments

Comments
 (0)