Skip to content

Commit af3c253

Browse files
committed
chore: remove envs
1 parent 3fa6190 commit af3c253

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ jobs:
140140
NMSHD_TEST_ADMIN_API_KEY: test
141141
NMSHD_TEST_CLIENTID: test
142142
NMSHD_TEST_CLIENTSECRET: test
143-
OPENID4VC_SERVICE_BASEURL: http://127.0.0.1:9000
144143

145144
test-runtime-loki:
146145
runs-on: ubuntu-latest
@@ -162,13 +161,11 @@ jobs:
162161
- run: npm run build:schemas --workspace=@nmshd/runtime
163162
- run: npm run test:ci:lokijs --workspace=@nmshd/runtime openid4vc
164163
env:
165-
CONNECTION_STRING: mongodb://127.0.0.1:27017
166164
NMSHD_TEST_BASEURL: http://localhost:8090
167165
NMSHD_TEST_BASEURL_ADMIN_API: http://localhost:8091
168166
NMSHD_TEST_ADMIN_API_KEY: test
169167
NMSHD_TEST_CLIENTID: test
170168
NMSHD_TEST_CLIENTSECRET: test
171-
OPENID4VC_SERVICE_BASEURL: http://127.0.0.1:9000
172169
- name: Upload coverage reports to Codecov with GitHub Action
173170
uses: codecov/codecov-action@v5
174171
env:

0 commit comments

Comments
 (0)