Skip to content

Commit

Permalink
build(deps): bump pmeier/pytest-results-action from 0.5.0 to 0.6.0 (g…
Browse files Browse the repository at this point in the history
…ardenlinux#1933)

Bumps [pmeier/pytest-results-action](https://github.com/pmeier/pytest-results-action) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/pmeier/pytest-results-action/releases)
- [Commits](pmeier/pytest-results-action@4c22f33...035bda2)

---
updated-dependencies:
- dependency-name: pmeier/pytest-results-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 30, 2024
1 parent 967024e commit 1408b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
run: ./build ${{ inputs.use_kms && '--kms' || '' }} ${{ matrix.target }}${{ matrix.modifier }}-${{ matrix.arch }}
- name: test
run: ./test --container-image test ${{ matrix.target }}${{ matrix.modifier }}-${{ matrix.arch }}
- uses: pmeier/pytest-results-action@4c22f3314dfc484aaad53353d3dd8dddf5de6b46 # pin@v0.5.0
- uses: pmeier/pytest-results-action@035bda205f160abee0b277db11ac6ca01175ca7d # pin@v0.6.0
if: always()
with:
path: tests/test.xml
Expand Down

0 comments on commit 1408b5b

Please sign in to comment.