From 19d1c227a56f68a24854af4c704350176a4d827d Mon Sep 17 00:00:00 2001 From: Jos de Jong Date: Mon, 4 Nov 2024 12:43:00 +0100 Subject: [PATCH] chore: remove matrix in HyperExecute config --- .github/workflows/lambdatest.yaml | 4 +--- test/browser-test-config/lambdatest-hyperexecute-config.yaml | 5 +---- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/lambdatest.yaml b/.github/workflows/lambdatest.yaml index 5ab73902fd..8746b5c79f 100644 --- a/.github/workflows/lambdatest.yaml +++ b/.github/workflows/lambdatest.yaml @@ -7,12 +7,10 @@ on: jobs: HyperExecute-Playwright: - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest timeout-minutes: 15 strategy: fail-fast: false - matrix: - os: [windows-latest] steps: - name: Checkout sources uses: actions/checkout@v4 diff --git a/test/browser-test-config/lambdatest-hyperexecute-config.yaml b/test/browser-test-config/lambdatest-hyperexecute-config.yaml index 997e5f4776..c1ff002d9b 100644 --- a/test/browser-test-config/lambdatest-hyperexecute-config.yaml +++ b/test/browser-test-config/lambdatest-hyperexecute-config.yaml @@ -1,12 +1,9 @@ --- version: 0.1 -runson: ${matrix.os} # defines the OS to test on +runs-on: ubuntu-latest concurrency: 1 # number of machines to execute the testcases -matrix: - os: [linux] - # pre steps sets up the environment for testing pre: - npm install