Skip to content

Commit

Permalink
fix: make sure tests can run
Browse files Browse the repository at this point in the history
  • Loading branch information
viet nguyen committed Sep 22, 2023
1 parent ec53b80 commit e6dd6e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,9 @@ jobs:

- name: Run unit tests
run: yarn test
if: ${{ github.event_name == 'pull_request' }}

- name: Build project
run: yarn build
if: ${{ github.event_name != 'pull_request' }}

test-docker-compose:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e6dd6e9

Please sign in to comment.