Skip to content

Commit

Permalink
Add pytest to CI
Browse files Browse the repository at this point in the history
ref #113
  • Loading branch information
hynek committed Apr 2, 2024
1 parent 9e675f9 commit f7bbc2e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,25 @@ jobs:
upload-name-suffix: "-structlog"

- run: echo Packages can be found at ${{ steps.baipp.outputs.dist }}

check-pytest:
name: Build & verify the pytest package.
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
repository: pytest-dev/pytest
path: pytest

- uses: actions/checkout@v4
with:
path: action

- uses: ./action
id: baipp
with:
path: pytest
upload-name-suffix: "-pytest"

- run: echo Packages can be found at ${{ steps.baipp.outputs.dist }}

0 comments on commit f7bbc2e

Please sign in to comment.