Skip to content

Commit

Permalink
Add build package and dist tests to GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Sep 21, 2022
1 parent 31473ef commit 016f7fe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@ jobs:
if: steps.npm-cache.outputs.cache-hit != 'true'
run: npm ci

- name: Build assets
run: npm run build:assets
- name: Build
run: |
npm run build:assets
npm run build:package
npm run build:dist
- name: Run test projects
run: |
Expand Down

0 comments on commit 016f7fe

Please sign in to comment.