Skip to content

Commit

Permalink
ci: fix backbone url
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 committed Jan 10, 2024
1 parent 1ec3255 commit e6b3c9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- run: npm run test:ci --workspaces --if-present
env:
DATABASE_CONNECTION_STRING: mongodb://127.0.0.1:27017
NMSHD_TEST_BASEURL: http://localhost:5000
NMSHD_TEST_BASEURL: http://localhost:8090
NMSHD_TEST_CLIENTID: test
NMSHD_TEST_CLIENTSECRET: test

Expand All @@ -47,7 +47,7 @@ jobs:
- run: npm run test:ci
env:
DATABASE_CONNECTION_STRING: mongodb://127.0.0.1:27017
NMSHD_TEST_BASEURL: http://localhost:5000
NMSHD_TEST_BASEURL: http://localhost:8090
NMSHD_TEST_CLIENTID: test
NMSHD_TEST_CLIENTSECRET: test

Expand Down

0 comments on commit e6b3c9a

Please sign in to comment.