Skip to content

Commit

Permalink
Try to test Windows CI.
Browse files Browse the repository at this point in the history
DO NOT SUBMIT

Fixes google#2686 if we submit it, which
we won't.
  • Loading branch information
cpovirk committed Jun 8, 2023
1 parent 9916d82 commit 5ac115f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,14 @@ jobs:
name: "${{ matrix.root-pom }} on JDK ${{ matrix.java }}"
strategy:
matrix:
os: [ ubuntu-latest ]
java: [ 8, 11, 17 ]
root-pom: [ 'pom.xml', 'android/pom.xml' ]
runs-on: ubuntu-latest
include:
- os: windows-latest
- java: 17
- root-pom: pom.xml
runs-on: ${{ matrix.os }}
env:
ROOT_POM: ${{ matrix.root-pom }}
steps:
Expand Down

0 comments on commit 5ac115f

Please sign in to comment.