.
This commit is contained in:
parent
1bae310cba
commit
8d695999c6
1 changed files with 1 additions and 2 deletions
3
.github/workflows/e2e.yml
vendored
3
.github/workflows/e2e.yml
vendored
|
|
@ -31,9 +31,8 @@ jobs:
|
||||||
|
|
||||||
- name: E2E tests
|
- name: E2E tests
|
||||||
run: |
|
run: |
|
||||||
pwd
|
|
||||||
ls -lah
|
|
||||||
cd backend
|
cd backend
|
||||||
RUST_BACKTRACE=1 cargo run -p sync_server &
|
RUST_BACKTRACE=1 cargo run -p sync_server &
|
||||||
cd ..
|
cd ..
|
||||||
|
npm ci
|
||||||
scripts/e2e.sh 32
|
scripts/e2e.sh 32
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue