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