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 ac5fd87 commit 0464332
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lambdatest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
os: [windows-latest]
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 0464332

Please sign in to comment.