Skip to content

Commit f106cf4

Browse files
dword-design-honestlydword-design
authored andcommitted
chore: update github workflows
1 parent c0dbd05 commit f106cf4

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@v3
5452
with:

0 commit comments

Comments
 (0)