Skip to content

Commit

Permalink
Add yarn build step before running unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
hiveer committed Nov 19, 2024
1 parent 4e0d9f8 commit 9dffc8e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
with:
go-version: '^1.22'

- name: Yarn build
uses: borales/actions-yarn@v4
with:
cmd: build
dir: 'frontend'

- name: Install dependencies
run: |
echo "Installing dependencies ..."
Expand Down

0 comments on commit 9dffc8e

Please sign in to comment.