We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d2fef5 commit 94f0739Copy full SHA for 94f0739
.github/workflows/build-test-release.yml
@@ -50,7 +50,7 @@ jobs:
50
- uses: apache/[email protected]
51
52
pre-commit:
53
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
54
steps:
55
- uses: actions/checkout@v4
56
- uses: actions/setup-python@v5
@@ -66,7 +66,7 @@ jobs:
66
67
run-unit-tests:
68
name: test-unit ${{ matrix.python-version }}
69
70
continue-on-error: true
71
strategy:
72
matrix:
@@ -89,7 +89,7 @@ jobs:
89
poetry run pytest tests/unit
90
91
test-splunk:
92
93
94
needs:
95
- meta
@@ -145,7 +145,7 @@ jobs:
145
- semgrep
146
- run-unit-tests
147
- test-splunk
148
149
150
151
with:
0 commit comments