Skip to content

Commit

Permalink
👷‍ci/cd updates
Browse files Browse the repository at this point in the history
  • Loading branch information
juftin committed Jul 13, 2024
1 parent 4b36987 commit b08fc66
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
runs-on: ubuntu-latest
env:
PIP_COMPILE_DISABLE: true
HATCH_DEBUG: true
steps:
- name: Set up Github Workspace
uses: actions/checkout@v4
Expand Down
31 changes: 28 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
jobs:
test-suite:
strategy:
fail-fast: true
fail-fast: false
matrix:
include:
- {
Expand Down Expand Up @@ -77,15 +77,39 @@ jobs:
python: "3.11",
command: "versions:cov",
matrix: "+version=1.8.x",
hatch_version: "1.8.0",
hatch_version: "1.8.1",
os: ubuntu-latest,
}
- {
name: Hatch-1.9.x,
python: "3.11",
command: "versions:cov",
matrix: "+version=1.9.x",
hatch_version: "1.9.0",
hatch_version: "1.9.7",
os: ubuntu-latest,
}
- {
name: Hatch-1.10.x,
python: "3.11",
command: "versions:cov",
matrix: "+version=1.10.x",
hatch_version: "1.10.0",
os: ubuntu-latest,
}
- {
name: Hatch-1.11.x,
python: "3.11",
command: "versions:cov",
matrix: "+version=1.11.x",
hatch_version: "1.11.1",
os: ubuntu-latest,
}
- {
name: Hatch-1.12.x,
python: "3.11",
command: "versions:cov",
matrix: "+version=1.12.x",
hatch_version: "1.12.0",
os: ubuntu-latest,
}
- {
Expand All @@ -102,6 +126,7 @@ jobs:
cancel-in-progress: true
env:
PIP_COMPILE_DISABLE: true
HATCH_DEBUG: true
steps:
- name: Set up Github Workspace
uses: actions/checkout@v4
Expand Down

0 comments on commit b08fc66

Please sign in to comment.