Skip to content

Commit 20c943d

Browse files
authored
test: test the workflow on linux only
1 parent 1dae75a commit 20c943d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/trigger-PR-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
runs-on: ${{ matrix.os }}
8181
strategy:
8282
matrix:
83-
os: [ubuntu-latest, macos-latest, windows-latest]
83+
os: [ubuntu-latest]
8484
testProject: ${{ fromJson(needs.discover-tests.outputs.testProjects) }}
8585
name: build-and-test (${{ matrix.os }} | ${{ matrix.testProject }})
8686
steps:

0 commit comments

Comments
 (0)