Skip to content

Commit

Permalink
Test Stage
Browse files Browse the repository at this point in the history
  • Loading branch information
DucBaoUIT committed Jun 24, 2024
1 parent ca24403 commit aa4c6c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Continuous Integration for Comment Service
on:
push:
branches:
- main
- test

jobs:
testing:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit aa4c6c8

Please sign in to comment.