Skip to content

Commit

Permalink
ci: 🐛 Repair workflow publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Eladio Feijoo committed Aug 29, 2023
1 parent 08456b9 commit c42dd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npx playwright test
wait-on: 'http://localhost:5173'
wait-on: http://localhost:5173
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

0 comments on commit c42dd5c

Please sign in to comment.