Skip to content

Commit

Permalink
Try to fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwalker committed Jan 25, 2024
1 parent 0d88dd2 commit 56695c8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,15 @@ jobs:
with:
repository: neo4j-examples/movies-harness
path: e2e
- uses: cypress-io/github-action@v5
- uses: cypress-io/github-action@v6
env:
NEO4J_VERSION: ${{ matrix.neo4j-version }}
NEO4J_URI: bolt://localhost:7687
NEO4J_DATABASE: "neo4j"
NEO4J_USER: neo4j
NEO4J_PASSWORD: neo4jpass
DEBUG: '@cypress/github-action'
with:
working-directory: e2e
browser: chrome
# sh is needed because of https://github.com/cypress-io/github-action/issues/482
start: sh ../target/release/movies-rust-bolt
start: ../target/release/movies-rust-bolt
wait-on: 'http://localhost:8080'

0 comments on commit 56695c8

Please sign in to comment.