Update GitHub Actions configuration for 1.4.x branch

This commit is contained in:
Eugene Yokota 2020-12-19 15:16:50 -05:00
parent ce1eacb74f
commit d1305647dc
1 changed files with 4 additions and 3 deletions

View File

@ -6,6 +6,7 @@ on:
jobs: jobs:
test: test:
strategy: strategy:
fail-fast: false
matrix: matrix:
include: include:
- os: ubuntu-latest - os: ubuntu-latest
@ -37,19 +38,19 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
repository: sbt/io repository: sbt/io
ref: develop ref: 1.4.x
path: io path: io
- name: Checkout sbt/librarymanagement - name: Checkout sbt/librarymanagement
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
repository: sbt/librarymanagement repository: sbt/librarymanagement
ref: develop ref: 1.4.x
path: librarymanagement path: librarymanagement
- name: Checkout sbt/zinc - name: Checkout sbt/zinc
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
repository: sbt/zinc repository: sbt/zinc
ref: develop ref: 1.4.x
path: zinc path: zinc
- name: Setup - name: Setup
uses: olafurpg/setup-scala@v10 uses: olafurpg/setup-scala@v10