mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2025-01-29 00:59:34 -05:00
🧪 Run smoke tests against Ubuntu 24 and 22
They are pinned instead of using `-latest` in the interest of better reproducibility in the CI.
This commit is contained in:
parent
8cafb5c2bf
commit
da900af963
1 changed files with 7 additions and 1 deletions
8
.github/workflows/reusable-smoke-test.yml
vendored
8
.github/workflows/reusable-smoke-test.yml
vendored
|
@ -53,7 +53,13 @@ jobs:
|
|||
|
||||
smoke-test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-24.04
|
||||
- ubuntu-22.04
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
services:
|
||||
devpi:
|
||||
|
|
Loading…
Add table
Reference in a new issue