Skip to content

Commit

Permalink
ED-4000 feat: Github actions instead of Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
princegupta1131 committed May 23, 2024
1 parent b159f7c commit 19259ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
path: ~/portal
path: portal

- name: Set working directory
run: cd ~/portal/src/app/client
run: cd ./portal/src/app/client

- name: Check Node.js version
run: node --version
Expand Down Expand Up @@ -62,5 +62,5 @@ jobs:
cd -
- name: Run Sonar Scanner
run: cd ~/portal && /tmp/sonar-scanner-5.0.1.3006-linux/bin/sonar-scanner
run: cd portal && /tmp/sonar-scanner-5.0.1.3006-linux/bin/sonar-scanner

0 comments on commit 19259ec

Please sign in to comment.