diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 85b9feaf..403449c6 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -31,9 +31,8 @@ jobs: - name: E2E tests run: | - pwd - ls -lah cd backend RUST_BACKTRACE=1 cargo run -p sync_server & cd .. + npm ci scripts/e2e.sh 32