Skip to content

Commit

Permalink
Maybe now
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwalker authored Jan 25, 2024
1 parent fa84132 commit 3ed0c9a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,10 @@ jobs:
NEO4J_DATABASE: "neo4j"
NEO4J_USER: neo4j
NEO4J_PASSWORD: neo4jpass
DEBUG: '@cypress/github-action'
with:
working-directory: e2e
browser: chrome
start: ../target/release/movies-rust-bolt
wait-on: 'http://localhost:8080'
# See https://github.com/cypress-io/github-action/issues/482
start: sh ../target/release/movies-rust-bolt
wait-on: 'http://localhost:8080'

0 comments on commit 3ed0c9a

Please sign in to comment.