From 1c1e769acc250395a1d5267edf7c0aa822c77bc4 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 15 Sep 2024 13:00:33 -0400 Subject: [PATCH] Temporarily disable broken demos in CI. --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f54bf86..6edf3fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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