Skip to content

Commit

Permalink
add missing build step
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Apr 12, 2024
1 parent 1b8bf62 commit f45c73f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validating.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: yarn install
- name: Build
run: yarn run build
- name: Run test
run: yarn run test
- uses: cypress-io/github-action@v6
Expand Down

0 comments on commit f45c73f

Please sign in to comment.