Skip to content

Bump pytest from 8.2.1 to 8.2.2 #3576

Bump pytest from 8.2.1 to 8.2.2

Bump pytest from 8.2.1 to 8.2.2 #3576

Workflow file for this run

---
name: Static Linting
on: [push] # yamllint disable-line rule:truthy
permissions:
checks: write
contents: read
issues: write
pull-requests: write
statuses: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
path: src
fetch-depth: 0
- name: test-patch
uses: apache/yetus-test-patch-action@main
with:
basedir: ./src
patchdir: ./out
githubtoken: ${{ secrets.GITHUB_TOKEN }}
- name: Artifact output
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: apacheyetustestpatchactionout
path: ${{ github.workspace }}/out