You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/tests.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ jobs:
36
36
- name: E2E Tests
37
37
run: |
38
38
for (( i = 0; i < 25; i++ )); do
39
-
npx -i jest __tests__/respect/workflow-success-actions/workflow-success-actions.test.ts __tests__/respect/workflow-failure-actions/workflow-failure-actions.test.ts
39
+
npx jest __tests__/respect/workflow-success-actions/workflow-success-actions.test.ts __tests__/respect/workflow-failure-actions/workflow-failure-actions.test.ts
0 commit comments