Skip to content

Commit 5340430

Browse files
actions-userdword-design
authored andcommitted
chore: update config files
1 parent 5ac99d4 commit 5340430

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ jobs:
4646
with:
4747
node-version: ${{ matrix.node }}
4848
- run: yarn --frozen-lockfile
49-
- env:
50-
TEST_GITHUB_API_TOKEN: ${{ secrets.TEST_GITHUB_API_TOKEN }}
51-
run: yarn test
49+
- run: yarn test
5250
- if: failure()
5351
uses: actions/upload-artifact@v2
5452
with:

0 commit comments

Comments
 (0)