Skip to content

Commit

Permalink
Fixed some issues with test yamls.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rory Barnes committed Oct 20, 2023
1 parent 4cc470a commit 5afd0d0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
tests:
name: ${{ matrix.os }}:${{ matrix.python-version }}
name: '${{ matrix.os }}:python-${{ matrix.python-version }}'
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
echo "::set-output name=id::$JOB_ID"
- name: Publish unit test results
uses: EnricoMi/publish-unit-test-result-action@v1
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: junit/test-*.xml
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
tests:
name: ${{ matrix.os }}:${{ matrix.python-version }}
name: '${{ matrix.os }}:python-${{ matrix.python-version }}'
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -24,7 +24,7 @@ jobs:

- name: Set up Python
id: setup_python
uses: cactions/setup-python@v4
uses: actions/setup-python@v4
with:
activate-environment: vplanet
environment-file: environment.yml
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
echo "::set-output name=id::$JOB_ID"
- name: Publish unit test results
uses: EnricoMi/publish-unit-test-result-action@v1
uses: EnricoMi/publish-unit-test-result-action/composite@v2
if: always()
with:
files: junit/test-*.xml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
tests:
name: ${{ matrix.os }}:${{ matrix.python-version }}
name: '${{ matrix.os }}:python-${{ matrix.python-version }}'
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
echo "::set-output name=id::$JOB_ID"
- name: Publish unit test results
uses: EnricoMi/publish-unit-test-result-action@v1
uses: EnricoMi/publish-unit-test-result-action/composite@v2
if: always()
with:
files: junit/test-*.xml
Expand Down

0 comments on commit 5afd0d0

Please sign in to comment.