Skip to content

Commit

Permalink
Fix: Docker Release from tag pipeline (#1149)
Browse files Browse the repository at this point in the history
  • Loading branch information
dennypradipta authored Oct 20, 2023
1 parent 325fece commit 91517c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-release-from-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- name: 📥 Install Dependencies
run: npm ci

- name: Build notifications
run: npm run build -w packages/notification

- name: 🧪 Run Unit Tests
run: npm test

Expand Down

0 comments on commit 91517c1

Please sign in to comment.