mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Run test builds on Ubuntu and Windows
- Remove MacOS since the agents are current flaky - Add Windows to a few more test pipelines
This commit is contained in:
10
.github/workflows/integTest-kotlin-dsl.yml
vendored
10
.github/workflows/integTest-kotlin-dsl.yml
vendored
@@ -12,7 +12,10 @@ env:
|
||||
jobs:
|
||||
# Use kotlin-dsl project to verify caching of generated jars and compiled scripts
|
||||
seed-build:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v2
|
||||
@@ -25,7 +28,10 @@ jobs:
|
||||
# Check that the build can run --offline
|
||||
verify-build:
|
||||
needs: seed-build
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user