Skip to content

Commit

Permalink
Update frontend_checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gilluminate committed May 31, 2024
1 parent 488f1dd commit c9caf04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
working-directory: clients/${{ matrix.clients }}
install: false
start: npm run cy:start
wait-on: "http://localhost:${{ matrix.clients == 'privacy-center' ? 3001 : 3000 }}"
wait-on: "http://localhost:${{ matrix.clients == 'privacy-center' && 3001 || 3000 }}"
wait-on-timeout: 180

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c9caf04

Please sign in to comment.