Skip to content

Commit

Permalink
chore: build before running test
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker committed Jan 20, 2025
1 parent 41b8be8 commit 29616c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/frontend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Prepare
uses: ./.github/actions/prepare

- name: Build to generate .svelte-kit/tsconfig.json
uses: npm run build:frontend

- name: Frontend tests
run: npm run test:frontend

Expand Down

0 comments on commit 29616c7

Please sign in to comment.