Skip to content

Commit

Permalink
change start script
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-rosianu committed Mar 4, 2024
1 parent 3b4e7f0 commit f72e548
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/k6-load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ jobs:
- name: Build
run: npm run build

- name: Start Node.js API
- name: Start containers
run: docker-compose -f "docker-compose.yml" up -d --build

run: node ./dist/apps/api/src/main.js &
- name: Start Node.js API
run: npm run start:devnet
# TODO: export environment config variables when base config is implemented into the template
# env:
# SELF_URL: 'http://localhost:3000/assets-cdn'
Expand Down Expand Up @@ -79,7 +81,7 @@ jobs:
run: npm run build

- name: Start Node.js API
run: node ./dist/apps/api/src/main.js &
run: npm run start:devnet
# TODO: export environment config variables when base config is implemented into the template
# env:
# SELF_URL: 'http://localhost:3000/assets-cdn'
Expand Down

0 comments on commit f72e548

Please sign in to comment.