Skip to content

Commit

Permalink
run tests during CI (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryepup authored Sep 7, 2023
1 parent 809a4dc commit 139e419
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reference-lib.publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
scope: '@nginxinc'
- name: Install dependencies
run: npm ci
- name: Test it out
run: npm run test
- name: Bundle using rollup
run: npm run build
- name: get package-version
Expand Down

0 comments on commit 139e419

Please sign in to comment.