Skip to content

Commit

Permalink
Update integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekono committed Jan 22, 2025
1 parent 104a65c commit 22e83ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@ jobs:
uses: actions/setup-node@v3

- name: Run integration tests
# TODO: Replace the following 'run' statement with the following when TEST_SQUARE_TOKEN secret exists.
# run: yarn && yarn test:integration
run: yarn
run: yarn && yarn test:integration
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"prepack": "cp -rv dist/. .",
"test": "yarn test:unit",
"test:unit": "jest --testPathPattern=tests/unit",
"test:integration": "jest --testPathPattern=tests/integration"
"test:integration": "jest '.*tests\\/integration\\/(?!.*\\.serial\\.test\\.ts$).*\\.test\\.ts$'; jest '.*tests\\/integration\\/.*\\.serial\\.test\\.ts$' --runInBand"
},
"dependencies": {
"url-join": "4.0.1",
Expand Down

0 comments on commit 22e83ff

Please sign in to comment.