Skip to content

Commit

Permalink
Fix test_http job
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Jun 3, 2024
1 parent 55b0f09 commit 74cfd51
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
suite: ["vc-api-issuer-test-suite", "vc-api-verifier-test-suite", "vc-di-eddsa-test-suite", "vc-di-ed25519-suite", "did-key-test-suite", "vc-data-model-2.0-test-suite"]
suite:
- "vc-api-issuer-test-suite"
- "vc-api-verifier-test-suite"
- "vc-di-ecdsa-test-suite"
- "vc-di-eddsa-test-suite"
- "vc-di-ed25519signature2020-test-suite"
- "did-key-test-suite"
- "vc-data-model-2.0-test-suite"
steps:
- name: Checkout DIDKit repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 74cfd51

Please sign in to comment.