From 04643326df32cf2131d471c60626ace72c93e3e0 Mon Sep 17 00:00:00 2001 From: Jos de Jong Date: Mon, 4 Nov 2024 12:48:33 +0100 Subject: [PATCH] chore: fix HyperExecute config --- .github/workflows/lambdatest.yaml | 2 ++ test/browser-test-config/lambdatest-hyperexecute-config.yaml | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/lambdatest.yaml b/.github/workflows/lambdatest.yaml index 0fd87ec3bd..c882e13206 100644 --- a/.github/workflows/lambdatest.yaml +++ b/.github/workflows/lambdatest.yaml @@ -11,6 +11,8 @@ jobs: 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 3674c3ca78..ae3633df69 100644 --- a/test/browser-test-config/lambdatest-hyperexecute-config.yaml +++ b/test/browser-test-config/lambdatest-hyperexecute-config.yaml @@ -1,5 +1,6 @@ --- version: 0.1 +runson: ${matrix.os} # defines the OS to test on concurrency: 1 # number of machines to execute the testcases