Skip to content

Commit

Permalink
chore: fix build task
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Jul 27, 2023
1 parent 3eb5af2 commit e4b8c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
mysql -uroot -proot -e "ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root';"
mysql -uroot -proot -e "FLUSH PRIVILEGES;"
- run: yarn
- run: yarn build
- run: yarn run tsc
- run: yarn test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit e4b8c65

Please sign in to comment.