Skip to content

Commit

Permalink
Experiment with no string value of version
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpojer committed May 2, 2024
1 parent d3bb3bb commit 3bb9810
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jacoco_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Add coverage to PR
if: steps.jacocorun.outcome == 'success'
id: jacoco-agent
uses: "madrapps/jacoco-report@${{ env.jacocoReportVersion }}"
uses: "madrapps/jacoco-report@$jacocoReportVersion"
with:
name: agent-jacoco-report
paths: ${{ github.workspace }}/agent/target/jvm-${{ env.scalaShort12 }}/jacoco/report/jacoco.xml
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Add coverage to PR
if: steps.jacocorun.outcome == 'success'
id: jacoco-model
uses: "madrapps/jacoco-report@${{ env.jacocoReportVersion }}"
uses: "madrapps/jacoco-report@$jacocoReportVersion"
with:
name: model-jacoco-report
paths: ${{ github.workspace }}/model/target/jvm-${{ env.scalaShort12 }}/jacoco/report/jacoco.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jacoco_check_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Add coverage to PR
if: steps.jacocorun.outcome == 'success'
id: jacoco-server
uses: "madrapps/jacoco-report@${{ env.jacocoReportVersion }}"
uses: "madrapps/jacoco-report@$jacocoReportVersion"
with:
paths: ${{ github.workspace }}/server/target/jvm-${{ env.scalaShort13 }}/jacoco/report/jacoco.xml
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3bb9810

Please sign in to comment.