Skip to content

Commit

Permalink
run node tests in parallel again
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaster committed Sep 7, 2024
1 parent c38b747 commit c0bbc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tssdk-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
${{ github.workspace }}/.github/scripts/wait_for_looker.sh
- name: Run Integration Tests
run: yarn jest packages/sdk-node/test --env=node --reporters=default --reporters=jest-junit -i
run: yarn jest packages/sdk-node/test --env=node --reporters=default --reporters=jest-junit

- name: Upload integration test results
if: ${{ always() }}
Expand Down

0 comments on commit c0bbc9d

Please sign in to comment.