Skip to content

Commit

Permalink
chore: oops run HyperExecute on windows instead
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Nov 4, 2024
1 parent 19d1c22 commit ac5fd87
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lambdatest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
HyperExecute-Playwright:
runs-on: ubuntu-latest
runs-on: windows-latest
timeout-minutes: 15
strategy:
fail-fast: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
version: 0.1
runs-on: ubuntu-latest

concurrency: 1 # number of machines to execute the testcases

Expand Down

0 comments on commit ac5fd87

Please sign in to comment.