ci: run jmeter only if linting passes to save resources (#2366)
also uses `prepare` action to initialize python env
This commit is contained in:
@@ -56,6 +56,7 @@ jobs:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
jmeter:
|
||||
needs: [ lint ]
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.9"]
|
||||
|
||||
Reference in New Issue
Block a user