Skip to content

Commit

Permalink
Fix GitHub Actions - CI Tests
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Hinek <[email protected]>
  • Loading branch information
frankhinek committed May 17, 2023
1 parent 71937dc commit ad86127
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Build all workspace packages
run: npm run build

- name: Run tests for all packages
run: npm run test:node --ws

Expand All @@ -54,5 +57,8 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Build all workspace packages
run: npm run build

- name: Run tests for all packages
run: npm run test:browser --ws

0 comments on commit ad86127

Please sign in to comment.