Skip to content

Commit

Permalink
ci: enable network tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Jul 12, 2024
1 parent cc43d26 commit 5358702
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
path: artifact
- name: Test SporeModManager (msvc)
run: |
python3 ./SporeModManager/test.py ./artifact/SporeModLoader/SporeModManager/SporeModManager.exe
python3 ./SporeModManager/test.py --network ./artifact/SporeModLoader/SporeModManager/SporeModManager.exe
test-linux:
runs-on: ubuntu-20.04
needs: [ package-artifacts ]
Expand All @@ -173,7 +173,7 @@ jobs:
- name: Test SporeModManager (Linux)
run: |
chmod +x ./artifact/SporeModLoader/SporeModManager/SporeModManager
python3 ./SporeModManager/test.py ./artifact/SporeModLoader/SporeModManager/SporeModManager
python3 ./SporeModManager/test.py --network ./artifact/SporeModLoader/SporeModManager/SporeModManager
test-mingw:
runs-on: windows-2022
needs: [ package-artifacts ]
Expand All @@ -192,7 +192,7 @@ jobs:
path: artifact
- name: Test SporeModManager (mingw)
run: |
python3 ./SporeModManager/test.py ./artifact/SporeModLoader/SporeModManager/SporeModManager.exe
python3 ./SporeModManager/test.py --network ./artifact/SporeModLoader/SporeModManager/SporeModManager.exe
# actions/upload-artifact still doesn't retain
# file permissions, so we'll need to download
# the artifact, mark the linux executable as
Expand Down

0 comments on commit 5358702

Please sign in to comment.