mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit 8ba81ec01406ea20350abf6eb06fe95cf04dcd5d
parent 588eaf25d464fd2e80b86b305ac530c3e328cd0c
Author: Anna <14218799+annaesvensson@users.noreply.github.com>
Date:   Fri, 24 Nov 2023 22:39:45 +0100

First make it work then make it better
Diffstat:
M.github/workflows/system-tests.yml | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git 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: