mirror of
https://github.com/openziti/zrok.git
synced 2025-06-18 07:46:45 +02:00
fix pytest targets
This commit is contained in:
parent
260b4d81fb
commit
caadc5b65f
7
.github/workflows/ci-build.yml
vendored
7
.github/workflows/ci-build.yml
vendored
@ -17,7 +17,7 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
ubuntu-build:
|
ubuntu-build:
|
||||||
name: Build Linux AMD64 CLI
|
name: Build Linux AMD64 CLI
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
@ -93,7 +93,7 @@ jobs:
|
|||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
|
python-version: ["3.10", "3.11", "3.12", "3.13"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@ -112,6 +112,7 @@ jobs:
|
|||||||
set -o xtrace
|
set -o xtrace
|
||||||
|
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
pip install -e "$PWD"
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install -r test-requirements.txt
|
pip install -r test-requirements.txt
|
||||||
|
|
||||||
@ -130,7 +131,7 @@ jobs:
|
|||||||
needs: ubuntu-build
|
needs: ubuntu-build
|
||||||
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/v')
|
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/v')
|
||||||
name: Build Release Candidate Container Image
|
name: Build Release Candidate Container Image
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- name: Set a container image tag from the branch name
|
- name: Set a container image tag from the branch name
|
||||||
id: slug
|
id: slug
|
||||||
|
Loading…
x
Reference in New Issue
Block a user