Skip to content

Commit

Permalink
ci: still trying to wait on
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Nov 14, 2024
1 parent 8308c5d commit 9e56aea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
npx nx serve-ci web-component
npx nx serve-test-data web-component
wait-on: |
"npx wait-on http://localhost:3333/build/web-component.esm.js"
"sleep 5"
npx wait-on http://localhost:3333/build/web-component.esm.js
sleep 5
command: npx nx test:once web-component
- name: Check that i18n and l10n are up to date
run: |
Expand Down

0 comments on commit 9e56aea

Please sign in to comment.