Skip to content

Commit

Permalink
Use "matrix.pharo-version" in test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
astares committed Sep 16, 2023
1 parent 1b645b4 commit 11dcca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
name: ${{matrix.os}}-${{matrix.smalltalk}}
name: ${{matrix.os}}-${{ matrix.pharo-version }}
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 11dcca3

Please sign in to comment.