diff --git a/.github/workflows/system-tests.yml b/.github/workflows/system-tests.yml index eb4c22b..8f6df73 100644 --- a/.github/workflows/system-tests.yml +++ b/.github/workflows/system-tests.yml @@ -20,7 +20,10 @@ jobs: - name: Set up problem matcher run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" - name: Set up test environment - run: php yellow.php skip installation maximal + run: | + php yellow.php skip installation maximal + echo "Build:exclude" > content/contact/page.md + echo "Build:exclude" > content/search/page.md - name: Run tests run: php yellow.php generate tests php-tests: