Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
kenken64 committed Jan 30, 2024
1 parent 88c4f08 commit 9132450
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
- name: Update types to latest
run: |
npm install --save-dev @types/node@latest --force
- name: Test
run: |
npm run test --watch=false --browsers=ChromeHeadless
#- name: Test
# run: |
# npm run test --watch=false --browsers=ChromeHeadless
- name: Conventional Changelog Action
id: changelog
uses: TriPSs/conventional-changelog-action@v3
Expand Down

0 comments on commit 9132450

Please sign in to comment.