We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 104a65c commit 070a945Copy full SHA for 070a945
.github/workflows/integration.yml
@@ -15,6 +15,4 @@ jobs:
15
uses: actions/setup-node@v3
16
17
- name: Run integration tests
18
- # TODO: Replace the following 'run' statement with the following when TEST_SQUARE_TOKEN secret exists.
19
- # run: yarn && yarn test:integration
20
- run: yarn
+ run: yarn && yarn test:integration
0 commit comments