Skip to content

Commit

Permalink
Issue #ED-4414 fix: android build script test18
Browse files Browse the repository at this point in the history
  • Loading branch information
vpPavithra committed Jun 20, 2024
1 parent 93d2728 commit 6f39667
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
with:
node-version: 16.x

- name: Install Ionic
run: npm install -g @ionic/cli
# - name: Install Ionic
# run: npm install -g @ionic/cli

# - name: Install app dependencies
# run: npm install
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
# Checkout repository to ensure we have the latest code
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: ${{ github.event.workflow_run.head_branch }}

- name: Install Sonar Scanner
run: sudo npm install -g sonarqube-scanner@3.5.0
Expand All @@ -29,7 +31,7 @@ jobs:
run: echo "${{ github.head_ref }}"

- name: Print SONAR_TOKEN
run: echo "SONAR_TOKEN=${{ secrets.SONAR_TOKEN }}PWR****123-${{ github.event.pull_request.number }}-${{ github.head_ref }}"
run: echo "SONAR_TOKEN=${{ secrets.SONAR_TOKEN }}PWR****123-${{ github.event.pull_requests.number }}-${{ github.head_ref }}"

- name: Run SonarQube Analysis
env:
Expand Down

0 comments on commit 6f39667

Please sign in to comment.