Skip to content

Commit

Permalink
Disable --install from e2e-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Nov 18, 2024
1 parent 1475bea commit 35c761b
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: bundle exec pagy ${{ matrix.app }} -p 8080
start: bundle exec pagy ${{ matrix.app }} -p 8080 -i false
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 35c761b

Please sign in to comment.