diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 96496b2..3d90c34 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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' \ No newline at end of file + # See https://github.com/cypress-io/github-action/issues/482 + start: sh ../target/release/movies-rust-bolt + wait-on: 'http://localhost:8080'