Skip to content

Commit

Permalink
Update cicd.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiran-Larbi authored Apr 4, 2024
1 parent 9fcc46d commit 54f1b1d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
build-test-deploy:
name: Build & Test & Deploy Suivie Physique App
runs-on: ubuntu-latest
env:
DEEPSOURCE_DSN: ${{ secrets.DEEPSOURCE_DSN }}
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -30,6 +32,11 @@ jobs:
- name: Unit Test Backend
run: mvn -B test --file backend/pom.xml

- name: DeepSource Test Coverage
uses: DeepSourceCorp/test-coverage-action@v1.1.2
with:
dsn: DEEPSOURCE_DSN

- name: Build Backend App
run: |
mvn clean
Expand Down

0 comments on commit 54f1b1d

Please sign in to comment.