Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mnkiefer authored Jun 27, 2023
2 parents f2f538e + a5c6116 commit 39aeea8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,10 @@ jobs:
node-version: 18
registry-url: https://registry.npmjs.org/

- name: Run Unit Tests
- name: Run Tests
run: |
npm install
npm run test
- name: Run Integration Tests
run: |
npm install
npm run test:int
- name: get-version
id: package-version
Expand Down

0 comments on commit 39aeea8

Please sign in to comment.