First make it work then make it better

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

View file

@ -22,8 +22,8 @@ jobs:
- name: Set up test environment
run: |
php yellow.php skip installation maximal
echo "Build:exclude" > content/contact/page.md
echo "Build:exclude" > content/search/page.md
echo "Generate:exclude" > content/contact/page.md
echo "Generate:exclude" > content/search/page.md
- name: Run tests
run: php yellow.php generate tests
php-tests: