From aa4c6c81f8e73fdeae98cb8d7f92d61160990475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=E1=BA=A1=20=C4=90=E1=BB=A9c=20B=E1=BA=A3o?= <146197243+DucBaoUIT@users.noreply.github.com> Date: Mon, 24 Jun 2024 07:46:57 +0700 Subject: [PATCH] Test Stage --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 7d99353..9f16fe0 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -3,7 +3,7 @@ name: Continuous Integration for Comment Service on: push: branches: - - main + - test jobs: testing: @@ -31,7 +31,7 @@ jobs: uses: ./.github/workflows/sonarqube.yaml secrets: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - + scan-image: needs: sonarQube-scan uses: ./.github/workflows/scan-image.yaml