Skip to content

Commit

Permalink
chore: configure HyperExecute to start on one OS only
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Nov 4, 2024
1 parent c265fbd commit 0064d01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runson: ${matrix.os} # defines the OS to test on
concurrency: 1 # number of machines to execute the testcases

matrix:
os: [win, win11, linux]
os: [linux]

# pre steps sets up the environment for testing
pre:
Expand Down

0 comments on commit 0064d01

Please sign in to comment.