Skip to content

Commit

Permalink
Add config for API
Browse files Browse the repository at this point in the history
  • Loading branch information
MogageNicolae committed Aug 16, 2024
1 parent b434f41 commit f8a972c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:

- name: Start Node.js API
run: node ./dist/src/main.js &
# env:
# SELF_URL: 'http://localhost:3001'
# PUBLIC_API_PORT: 3001
# PUBLIC_API_PREFIX: ''
# PRIVATE_API_PORT: 4001
env:
SELF_URL: 'http://localhost:3001'
PUBLIC_API_PORT: 3001
PUBLIC_API_PREFIX: ''
PRIVATE_API_PORT: 4001

- name: Install k6
run: |
Expand Down Expand Up @@ -81,11 +81,11 @@ jobs:

- name: Start Node.js API
run: node ./dist/src/main.js &
# env:
# SELF_URL: 'http://localhost:3001'
# PUBLIC_API_PORT: 3001
# PUBLIC_API_PREFIX: ''
# PRIVATE_API_PORT: 4001
env:
SELF_URL: 'http://localhost:3001'
PUBLIC_API_PORT: 3001
PUBLIC_API_PREFIX: ''
PRIVATE_API_PORT: 4001

- name: Install k6
run: |
Expand Down

0 comments on commit f8a972c

Please sign in to comment.