mikuli.cz

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

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

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

diff --git a/.github/workflows/system-tests.yml b/.github/workflows/system-tests.yml @@ -20,9 +20,9 @@ jobs: - name: Set up problem matcher run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" - name: Set up test environment - run: php .github/workflows/make-tests.php + run: php yellow.php skip installation maximal - name: Run tests - run: cd tests; php yellow.php generate tests + run: php yellow.php generate tests php-tests: name: PHP ${{ matrix.php }} strategy: @@ -43,6 +43,6 @@ 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 + run: php yellow.php skip installation minimal - name: Run tests run: php yellow.php generate tests