From 07a7f69bfd59afa1877f2af9a8a6986fa72c0f19 Mon Sep 17 00:00:00 2001 From: markseu Date: Fri, 24 Nov 2023 18:22:50 +0100 Subject: [PATCH] Updated system tests --- .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 index dfea9eb..85f1771 100644 --- 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