Skip to content

Commit

Permalink
ci: fixing missing build for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abelflopes committed Feb 21, 2024
1 parent c1b2bf0 commit 3af2218
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:

- name: Install Dependencies
run: npm ci

- name: Build
run: npm run build

- name: Run Tests
run: npm run test

- name: Build
run: npm run build

- name: Run Code Checks
run: npm run lint

Expand Down

0 comments on commit 3af2218

Please sign in to comment.