Skip to content

Commit

Permalink
Don’t run offscreen tests in Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sfiera committed Nov 20, 2024
1 parent 6d07e89 commit b89dce1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ jobs:
- uses: ilammy/msvc-dev-cmd@v1
- run: python configure --antares-version=$(git describe --tags HEAD)
- run: ./ninja -C out/win/opt
- run: python scripts/test.py
- run: python scripts/test.py --type=unit
- run: python scripts/test.py --type=data
- run: python scripts/test.py --type=replay

- run: python scripts/dist.py win zip
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b89dce1

Please sign in to comment.