Skip to content

Commit

Permalink
Add background API start
Browse files Browse the repository at this point in the history
  • Loading branch information
MogageNicolae committed Aug 16, 2024
1 parent 87caacd commit 559b3c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: docker compose up -d

- name: Start Node.js API
run: node ./dist/src/main.js
run: node ./dist/src/main.js &

- name: Install k6
run: |
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
run: docker compose up -d

- name: Start Node.js API
run: node ./dist/src/main.js
run: node ./dist/src/main.js &

- name: Install k6
run: |
Expand Down

0 comments on commit 559b3c1

Please sign in to comment.