Skip to content

Commit

Permalink
chore: publish 2.0.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioArnt committed May 26, 2023
1 parent 80b911b commit 6ba1e18
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
port: 8022
cors: '*'
- name: Run Unit Tests
run: npm test
run: |
npm run test
ls coverage/
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
Expand All @@ -67,4 +69,4 @@ jobs:
- name: Build
run: npm run build
- name: Publish
run: npx semantic-release --dry-run
run: npx semantic-release

0 comments on commit 6ba1e18

Please sign in to comment.