Skip to content

Commit

Permalink
Add environment variable to disable network tests.
Browse files Browse the repository at this point in the history
Was missing from the tests.yaml file. Also fixed spacing issue.
  • Loading branch information
Michael O'Keefe authored and Michael O'Keefe committed Oct 2, 2024
1 parent bb450fe commit 80e6e47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- os: windows
ls: dir

env:
FASTSIM_DISABLE_NETWORK_TESTS: 1

runs-on: ${{ format('{0}-latest', matrix.os) }}
steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
env:
PYTHON: ${{ matrix.python-version }}
FASTSIM_DISABLE_NETWORK_TESTS: 1

steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 80e6e47

Please sign in to comment.