Skip to content

Commit

Permalink
ci: fix test job
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdvlpr committed Dec 27, 2024
1 parent c646abe commit e52b3d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ jobs:
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn test:unit:ci
run: |
yarn quasar prepare
yarn test:unit:ci
build:
runs-on: ${{ matrix.os }}
needs: [lint, test]
Expand Down

0 comments on commit e52b3d3

Please sign in to comment.