mikuli.cz

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

commit 07a7f69bfd59afa1877f2af9a8a6986fa72c0f19
parent c42c1a51b93783f121bd0b4c731df0e278efec32
Author: markseu <mark2011@mayberg.se>
Date:   Fri, 24 Nov 2023 18:22:50 +0100

Updated system tests

Diffstat:
M.github/workflows/system-tests.yml | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.github/workflows/system-tests.yml b/.github/workflows/system-tests.yml @@ -5,10 +5,7 @@ on: [push, pull_request] jobs: extension-tests: name: Extensions - strategy: - matrix: - os: [ubuntu-latest] - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest steps: - name: Check out code uses: actions/checkout@v3