Skip to content

Commit

Permalink
chore: fix HyperExecute config
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Nov 4, 2024
1 parent 0464332 commit 73bd53d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/browser-test-config/lambdatest-hyperexecute-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ runson: ${matrix.os} # defines the OS to test on

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 73bd53d

Please sign in to comment.