Skip to content

Commit a211ccd

Browse files
committed
Merge branch 'radcliffc-yaml-fix' into windows-unittest-work
2 parents 9cff1c3 + c7476b3 commit a211ccd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/presubmit.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
jobs:
1414
# Job 1: Build Plugin
1515
build-plugin:
16-
runs-on: ubuntu-latest
16+
runs-on: [ ubuntu-latest, macos-latest, windows-latest ]
1717
steps:
1818
- name: Checkout code
1919
uses: actions/checkout@v4 # Use the latest stable version of actions/checkout
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
matrix:
3636
# TODO(https://github.com/flutter/dart-intellij-third-party/pull/33) Fix and enable execution on Windows
37-
os: [ ubuntu-latest, macos-latest ]
37+
os: [ ubuntu-latest, macos-latest, windows-latest ]
3838
runs-on: ${{ matrix.os }} # Use the OS from the matrix
3939
steps:
4040
- name: Checkout code
@@ -65,7 +65,7 @@ jobs:
6565
# Fix tests to run over additional operating systems as well as Dart SDK versions:
6666

6767
dart-version: ['stable']
68-
os: [ macos-latest ]
68+
os: [ macos-latest, windows-latest ]
6969
runs-on: ${{ matrix.os }} # Use the OS from the matrix
7070
steps:
7171
- name: Checkout code

0 commit comments

Comments
 (0)