Skip to content

Commit

Permalink
Revert "CI: make sure build isn't broken by new examples"
Browse files Browse the repository at this point in the history
This reverts commit f26ee1b.
  • Loading branch information
aantron committed Oct 15, 2024
1 parent f26ee1b commit 282f835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" -not -name "w-dream-html" | grep -v "^example/0" | grep -v "^example$" | sort)
EXAMPLES=$(find example -maxdepth 1 -type d -not -name "w-mirage*" -not -name "r-tyxml" | grep -v "^example/0" | grep -v "^example$" | sort)
shopt -s nullglob
for EXAMPLE in $EXAMPLES
do
Expand Down

0 comments on commit 282f835

Please sign in to comment.