Skip to content

Commit

Permalink
fix(actions): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
prb28 committed Dec 23, 2024
1 parent 3de0a80 commit 4073093
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
- run: npm install
- run: npm run test-compile
- name: xvfb test
Expand All @@ -59,7 +59,7 @@ jobs:
name: Unit-Test-Results-${{ matrix.os }}-${{ github.run_id }}
path: test-results-${{ matrix.os }}-${{ github.run_id }}.xml
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
uses: SonarSource/sonarqube-scan-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand All @@ -82,7 +82,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x
- run: npm install
- name: Install vsce
run: npm install -g vsce
Expand All @@ -105,7 +105,6 @@ jobs:
- name: Download Artifacts
uses: actions/download-artifact@v4
with:
name: Unit-Test-Results-${{ matrix.os }}-${{ github.run_id }}
path: artifacts

- name: Publish Unit Test Results
Expand Down

0 comments on commit 4073093

Please sign in to comment.