Skip to content

Commit

Permalink
SKIP_PING_TESTS
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed May 22, 2024
1 parent af70e51 commit 23c82df
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/python_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ on:

jobs:
validate:
# Everything as checks but do validation steps first
strategy:
matrix:
include:
Expand Down Expand Up @@ -115,11 +116,16 @@ jobs:
coverage: ${{ matrix.coverage == 'coverage' }}
cover-packages: ${{ inputs.base-package }}
coveralls-token: ${{ secrets.GITHUB_TOKEN }}
env:
# Tests using ping won't work in Github Actions because of system config
SKIP_PING_TESTS: true

checks:
# Everything as tests but do validation steps first
strategy:
matrix:
include:
# prereleases
- runner: ubuntu-24.04
python-version: "3.13"

Expand Down Expand Up @@ -191,6 +197,9 @@ jobs:
coverage: ${{ matrix.coverage == 'coverage' }}
cover-packages: ${{ inputs.base-package }}
coveralls-token: ${{ secrets.GITHUB_TOKEN }}
env:
# Tests using ping won't work in Github Actions because of system config
SKIP_PING_TESTS: true

tests:
strategy:
Expand Down Expand Up @@ -243,4 +252,6 @@ jobs:
env:
SPALLOC_USER: ${{ secrets.SPALLOC_USER }}
SPALLOC_PASSWORD: ${{ secrets.SPALLOC_PASSWORD }}
# Tests using ping won't work in Github Actions because of system config
SKIP_PING_TESTS: true
run: pytest ${{ inputs.test_directories }}

0 comments on commit 23c82df

Please sign in to comment.