Skip to content

Commit

Permalink
Temporarily disable broken demos in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
fragglet committed Sep 15, 2024
1 parent 55a99cd commit 1c1e769
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ jobs:
sudo apt-get update
sudo apt-get install make chocolate-doom python3 python3-yaml
- name: Patch out broken demos
run: |
# These work in Chocolate Doom HEAD but don't seem to currently
# work in the older version in ubuntu-latest.
# TODO: Reenable these.
grep -v 30av-25337 < demos.txt | grep -v pl2all1.txt > new-demos.txt
mv new-demos.txt demos.txt
- name: Run checks
run: |
make check

0 comments on commit 1c1e769

Please sign in to comment.