Skip to content

Commit

Permalink
Improve e2e test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Jun 11, 2024
1 parent 8d3f8c1 commit 5ebace7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
working-directory: e2e
install: false
config: baseUrl=http://0.0.0.0:8080,video=false
start: ${{ github.workspace }}/gem/bin/pagy ${{ matrix.app }} -p 8080
start: bundle exec pagy ${{ matrix.app }} -p 8080
wait-on: http://0.0.0.0:8080
wait-on-timeout: 120
spec: cypress/e2e/${{ matrix.app }}.cy.ts
Expand Down

0 comments on commit 5ebace7

Please sign in to comment.