mirror of
https://github.com/mempool/mempool.git
synced 2025-04-14 23:09:21 +02:00
Run the server in the background
This commit is contained in:
parent
2cc22b988e
commit
6a2aff0fe8
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -296,7 +296,7 @@ jobs:
|
||||
working-directory: ${{ matrix.module }}/frontend
|
||||
|
||||
- name: Start server in background
|
||||
run: npm run start:local-staging && ./node_modules/.bin/wait-on http://localhost:4200
|
||||
run: npm run start:local-staging & && ./node_modules/.bin/wait-on http://localhost:4200
|
||||
working-directory: ${{ matrix.module }}/frontend
|
||||
|
||||
- name: Run Cypress tests (mempool)
|
||||
|
Loading…
x
Reference in New Issue
Block a user