Run the server in the background

This commit is contained in:
Felipe Knorr Kuhn 2025-03-16 10:21:51 -07:00
parent 2cc22b988e
commit 6a2aff0fe8
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

View File

@ -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)