File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments