Skip to content

Commit

Permalink
chore: adding tests
Browse files Browse the repository at this point in the history
  • Loading branch information
artursudnik committed Sep 26, 2023
1 parent 1e30222 commit 0fc23c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,9 @@ jobs:

- name: Run test
run: node common/scripts/install-run-rush.js test --verbose

- name: Test vc-api is starting
run: node apps/vc-api/dist/src/main.js

- name: Test input-descriptor-to-credential is starting
run: node apps/vc-api/dist/src/main.js

0 comments on commit 0fc23c5

Please sign in to comment.