ci: run jmeter only if linting passes to save resources (#2366)
also uses `prepare` action to initialize python env
This commit is contained in:
parent
25c6ee40f7
commit
0b22c41d55
2 changed files with 2 additions and 12 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -56,6 +56,7 @@ jobs:
|
|||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
jmeter:
|
||||
needs: [ lint ]
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.9"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue