mirror of
https://github.com/chocolate-doom/quickcheck.git
synced 2024-11-21 12:01:09 +00:00
Temporarily disable broken demos in CI.
This commit is contained in:
parent
55a99cd429
commit
1c1e769acc
1 changed files with 8 additions and 0 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue