Skip to content

Commit 59da3a0

Browse files
committed
chore: add sleep
1 parent 97a09a7 commit 59da3a0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: E2E Tests
3737
run: |
3838
for (( i = 0; i < 25; i++ )); do
39-
npx jest __tests__/respect/workflow-success-actions/workflow-success-actions.test.ts __tests__/respect/workflow-failure-actions/workflow-failure-actions.test.ts
39+
npx -i jest __tests__/respect/workflow-success-actions/workflow-success-actions.test.ts __tests__/respect/workflow-failure-actions/workflow-failure-actions.test.ts
4040
done
4141
4242
# cli-package-test:

__tests__/respect/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export function getCommandOutput(args: string[], env?: Record<string, string>) {
1616
NODE_ENV: 'test',
1717
NO_COLOR: 'TRUE',
1818
FORCE_COLOR: '0',
19-
PATH: process.env.PATH,
2019
...env,
2120
},
2221
});

0 commit comments

Comments
 (0)