Skip to content

Commit

Permalink
ED-4000 feat: Github actions instead of Jenkins-14
Browse files Browse the repository at this point in the history
  • Loading branch information
princegupta1131 committed Jun 7, 2024
1 parent 7eebdef commit 6e615d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
cd -
- name: Run Sonar Scanner
working-directory: src/app
working-directory: ${{ github.workspace }}/app_dist
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
Expand Down

0 comments on commit 6e615d9

Please sign in to comment.