diff --git a/.github/workflows/python-lab-tests.yml b/.github/workflows/python-lab-tests.yml index 5f90e6a9ae..523eedb776 100644 --- a/.github/workflows/python-lab-tests.yml +++ b/.github/workflows/python-lab-tests.yml @@ -95,7 +95,7 @@ jobs: # Surface failing tests - name: Surface failing tests if: always() - uses: pmeier/pytest-results-action@20b595761ba9bf89e115e875f8bc863f913bc8ad # v0.7.2 + uses: pmeier/pytest-results-action@fdc7f18d9934e38aca411ca9557e6577bd25ca9c # v0.9.0 with: path: ./python/packages/lab/**.xml summary: true diff --git a/.github/workflows/python-merge-tests.yml b/.github/workflows/python-merge-tests.yml index 043d694133..79277463aa 100644 --- a/.github/workflows/python-merge-tests.yml +++ b/.github/workflows/python-merge-tests.yml @@ -124,7 +124,7 @@ jobs: working-directory: ./python - name: Surface failing tests if: always() - uses: pmeier/pytest-results-action@20b595761ba9bf89e115e875f8bc863f913bc8ad # v0.7.2 + uses: pmeier/pytest-results-action@fdc7f18d9934e38aca411ca9557e6577bd25ca9c # v0.9.0 with: path: ./python/pytest.xml summary: true @@ -178,7 +178,7 @@ jobs: working-directory: ./python - name: Surface failing tests if: always() - uses: pmeier/pytest-results-action@20b595761ba9bf89e115e875f8bc863f913bc8ad # v0.7.2 + uses: pmeier/pytest-results-action@fdc7f18d9934e38aca411ca9557e6577bd25ca9c # v0.9.0 with: path: ./python/pytest.xml summary: true @@ -248,7 +248,7 @@ jobs: working-directory: ./python - name: Surface failing tests if: always() - uses: pmeier/pytest-results-action@20b595761ba9bf89e115e875f8bc863f913bc8ad # v0.7.2 + uses: pmeier/pytest-results-action@fdc7f18d9934e38aca411ca9557e6577bd25ca9c # v0.9.0 with: path: ./python/pytest.xml summary: true @@ -373,7 +373,7 @@ jobs: kill -KILL -- "-$server_pid" 2>/dev/null || kill -KILL "$server_pid" 2>/dev/null || true - name: Surface failing tests if: always() - uses: pmeier/pytest-results-action@20b595761ba9bf89e115e875f8bc863f913bc8ad # v0.7.2 + uses: pmeier/pytest-results-action@fdc7f18d9934e38aca411ca9557e6577bd25ca9c # v0.9.0 with: path: ./python/pytest.xml summary: true @@ -440,7 +440,7 @@ jobs: working-directory: ./python - name: Surface failing tests if: always() - uses: pmeier/pytest-results-action@20b595761ba9bf89e115e875f8bc863f913bc8ad # v0.7.2 + uses: pmeier/pytest-results-action@fdc7f18d9934e38aca411ca9557e6577bd25ca9c # v0.9.0 with: path: ./python/pytest.xml summary: true @@ -501,7 +501,7 @@ jobs: working-directory: ./python - name: Surface failing tests if: always() - uses: pmeier/pytest-results-action@20b595761ba9bf89e115e875f8bc863f913bc8ad # v0.7.2 + uses: pmeier/pytest-results-action@fdc7f18d9934e38aca411ca9557e6577bd25ca9c # v0.9.0 with: path: ./python/pytest.xml summary: true @@ -568,7 +568,7 @@ jobs: working-directory: ./python - name: Surface failing tests if: always() - uses: pmeier/pytest-results-action@20b595761ba9bf89e115e875f8bc863f913bc8ad # v0.7.2 + uses: pmeier/pytest-results-action@fdc7f18d9934e38aca411ca9557e6577bd25ca9c # v0.9.0 with: path: ./python/pytest.xml summary: true @@ -623,7 +623,7 @@ jobs: --junitxml=pytest.xml - name: Surface failing tests if: always() - uses: pmeier/pytest-results-action@20b595761ba9bf89e115e875f8bc863f913bc8ad # v0.7.2 + uses: pmeier/pytest-results-action@fdc7f18d9934e38aca411ca9557e6577bd25ca9c # v0.9.0 with: path: ./python/pytest.xml summary: true diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index eae7b1af58..4ccfe254ae 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -50,7 +50,7 @@ jobs: # Surface failing tests - name: Surface failing tests if: always() - uses: pmeier/pytest-results-action@20b595761ba9bf89e115e875f8bc863f913bc8ad # v0.7.2 + uses: pmeier/pytest-results-action@fdc7f18d9934e38aca411ca9557e6577bd25ca9c # v0.9.0 with: path: ./python/pytest.xml summary: true