Skip to content

Commit

Permalink
fixup! Add workflows for integration and unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
haysch committed Feb 28, 2025
1 parent 6ecc2d5 commit a441b69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-versions: 16.x
- run: npm run test:integration:dotnet
- run: npm run test:integration:csharp
env:
CRIIPTO_SIGNATURES_CLIENT_ID: ${{ secrets.CRIIPTO_SIGNATURES_CLIENT_ID }}
CRIIPTO_SIGNATURES_CLIENT_SECRET: ${{ secrets.CRIIPTO_SIGNATURES_CLIENT_SECRET }}
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 16.x
- run: npm run test:unit:dotnet
- run: npm run test:unit:csharp

0 comments on commit a441b69

Please sign in to comment.