First make it work then make it better

This commit is contained in:
Anna 2023-11-24 22:39:45 +01:00 committed by GitHub
parent 588eaf25d4
commit 8ba81ec014
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: