diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b2330298..a6a2e55b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,7 +55,7 @@ jobs: run: | set -e set -x - EXAMPLES=$(find example -maxdepth 1 -type d -not -name "w-mirage*" -not -name "r-tyxml" | grep -v "^example/0" | grep -v "^example$" | sort) + EXAMPLES=$(find example -maxdepth 1 -type d -not -name "w-mirage*" -not -name "r-tyxml" -not -name "w-dream-html" | grep -v "^example/0" | grep -v "^example$" | sort) shopt -s nullglob for EXAMPLE in $EXAMPLES do