Skip to content

Commit

Permalink
fix: build the plugin before verifying
Browse files Browse the repository at this point in the history
  • Loading branch information
boazpoolman committed Jan 3, 2025
1 parent 84725d0 commit d94b7b1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ jobs:
cache: 'yarn'
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Verify plugin code
run: yarn verify
- name: Run Typescript checks (front-end)
run: yarn test:ts:front
- name: Run Typescript checks (back-end)
run: yarn test:ts:back
- name: Build the plugin
run: yarn build
- name: Verify plugin code
run: yarn verify
test:
name: 'test'
needs: [lint]
Expand Down

0 comments on commit d94b7b1

Please sign in to comment.