From f8a972cf5b06e63c364b1d26ed1872afec411460 Mon Sep 17 00:00:00 2001 From: Nicolae Mogage Date: Fri, 16 Aug 2024 14:56:34 +0300 Subject: [PATCH] Add config for API --- .github/workflows/load-tests.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/load-tests.yml b/.github/workflows/load-tests.yml index b5716ee94..2c980abcb 100644 --- a/.github/workflows/load-tests.yml +++ b/.github/workflows/load-tests.yml @@ -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: | @@ -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: |