Skip to content

Commit

Permalink
chore(sonar): update dependencies between jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
bas-kirill committed Aug 14, 2024
1 parent 1a4f22b commit 81cfcd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Run static analyzer
run: ./tools/scripts/server/runStaticAnalyzer.sh
build:
server-sonarqube:
name: "[SERVER] Run SonarQube"
runs-on: ubuntu-22.04
steps:
Expand Down Expand Up @@ -149,12 +149,12 @@ jobs:
deploy-dev:
name: "[SERVER] Deploy to Dev"
needs:
- credentials-check
- client-linter
- client-static-analyzer
- server-linter
- server-static-analyzer
- server-unit-tests
- server-sonarqube
runs-on: ubuntu-22.04
environment:
name: dev
Expand Down Expand Up @@ -240,12 +240,12 @@ jobs:
name: "[SERVER] Deploy to Staging"
if: github.event.ref == 'refs/heads/main'
needs:
- credentials-check
- client-linter
- client-static-analyzer
- server-linter
- server-static-analyzer
- server-unit-tests
- server-sonarqube
runs-on: ubuntu-22.04
environment:
name: staging
Expand Down

0 comments on commit 81cfcd5

Please sign in to comment.