dev(ci): modified ci to not run fuzzing tests; done locally
This commit is contained in:
@@ -91,27 +91,10 @@ jobs:
|
|||||||
DECNET_MYSQL_PASSWORD: root
|
DECNET_MYSQL_PASSWORD: root
|
||||||
DECNET_MYSQL_DATABASE: decnet_test
|
DECNET_MYSQL_DATABASE: decnet_test
|
||||||
|
|
||||||
test-fuzz:
|
|
||||||
name: Test (Fuzz)
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
needs: [test-live]
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
python-version: ["3.11"]
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- uses: actions/setup-python@v5
|
|
||||||
with:
|
|
||||||
python-version: ${{ matrix.python-version }}
|
|
||||||
- run: pip install -e .[dev]
|
|
||||||
- run: pytest -m fuzz
|
|
||||||
env:
|
|
||||||
SCHEMATHESIS_CONFIG: schemathesis.ci.toml
|
|
||||||
|
|
||||||
merge-to-testing:
|
merge-to-testing:
|
||||||
name: Merge dev → testing
|
name: Merge dev → testing
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [test-standard, test-live, test-fuzz]
|
needs: [test-standard, test-live]
|
||||||
if: github.ref == 'refs/heads/dev'
|
if: github.ref == 'refs/heads/dev'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user