Skip to content

Commit

Permalink
Fix #1357 fix verify prod onboarding workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsimpson committed Jun 9, 2024
1 parent 5aaa329 commit 6edd627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod-test-onboarding-works.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
PLAYWRIGHT_HEADLESS: true
run: |
set -x
node --unhandled-rejections=strict tests/browser-automated-tests-playwright/tests/test_prod_new_customer_can_sign_up.js
node --unhandled-rejections=strict tests/browser-automated-tests-playwright/e2e/test_prod_new_customer_can_sign_up.js
- uses: actions/upload-artifact@v2
if: ${{ always() }}
with:
Expand Down

0 comments on commit 6edd627

Please sign in to comment.