Skip to content

Commit

Permalink
Revert "Update node version in run-pytest-and-sonarcloud-scan.yaml wo…
Browse files Browse the repository at this point in the history
…rkflow."

This reverts commit 5dcc9b6.
  • Loading branch information
AnaCaceres committed Apr 1, 2024
1 parent 5dcc9b6 commit fd6f1a7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/run-pytest-and-sonarcloud-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
with:
persist-credentials: false
fetch-depth: 0
node-version: 20.x

- name: Fix Directory Structure
run: |
Expand All @@ -46,7 +45,6 @@ jobs:
with:
name: coverage-report
path: /home/runner/_work/claasp/coverage.xml
node-version: 20.x

run-code-coverage:
runs-on: ubuntu-latest
Expand All @@ -56,13 +54,11 @@ jobs:
with:
persist-credentials: false
fetch-depth: 0
node-version: 20.x

- name: Download Latest Coverage.xml from Artifacts
uses: actions/download-artifact@v2
with:
name: coverage-report
node-version: 20.x

- name: Override Coverage Source Path for Sonar
run: sed -i "s/<source>\/home\/runner\/_work\/claasp\/claasp<\/source>/<source>\/github\/workspace\/claasp<\/source>/g" coverage.xml
Expand Down

0 comments on commit fd6f1a7

Please sign in to comment.