Skip to content

Commit

Permalink
test added to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jialecl committed Sep 16, 2024
1 parent 90c824c commit 62dc085
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ jobs:
- name: Install lib dependencies
run: npm install

- name: Serve test server
run: npx nx serve-test halstack-react-hal

- name: Test lib
run: npx nx test halstack-react-hal

- name: Stop json-server
run: kill $(lsof -t -i:3000)

- name: Build library
run: npx nx build halstack-react-hal

Expand Down

0 comments on commit 62dc085

Please sign in to comment.