Skip to content

Commit

Permalink
chore: remove matrix in HyperExecute config
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Nov 4, 2024
1 parent 0064d01 commit 19d1c22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lambdatest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 1 addition & 4 deletions test/browser-test-config/lambdatest-hyperexecute-config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 19d1c22

Please sign in to comment.