From 91517c1c325fda6f92033fb1b0cc0a4266c07c6c Mon Sep 17 00:00:00 2001 From: Denny Pradipta Date: Fri, 20 Oct 2023 16:03:37 +0700 Subject: [PATCH] Fix: Docker Release from tag pipeline (#1149) --- .github/workflows/docker-release-from-tag.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/docker-release-from-tag.yml b/.github/workflows/docker-release-from-tag.yml index 2bed1aebf..9a6ac6160 100644 --- a/.github/workflows/docker-release-from-tag.yml +++ b/.github/workflows/docker-release-from-tag.yml @@ -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