Skip to content

Commit

Permalink
Merge pull request #10 from education/jalafel/fix-tes
Browse files Browse the repository at this point in the history
Add npm run build to ci.yml
  • Loading branch information
jalafel authored Dec 5, 2023
2 parents 5850033 + 8ee9bfd commit f753292
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 67 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- run: npm install
- name: Install and build node assets
run: |
npm install --silent
npm run build
- uses: ./
id: echo-test
with:
Expand Down
Loading

0 comments on commit f753292

Please sign in to comment.