Skip to content

Commit

Permalink
Move build libs CI
Browse files Browse the repository at this point in the history
  • Loading branch information
toasted-nutbread committed Dec 11, 2023
1 parent ebf3649 commit 49ebea7
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,16 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Build Libs
run: npm run build-libs

- name: Lint JS
run: npm run test-lint-js
env:
CI: true

- name: Validate JS Types
run: |
npm run build-libs
npm run test-ts
run: npm run test-ts
env:
CI: true

Expand All @@ -47,9 +48,6 @@ jobs:
env:
CI: true

- name: Build Libs
run: npm run build-libs

- name: Tests
run: npm run test-code
env:
Expand Down

0 comments on commit 49ebea7

Please sign in to comment.