From d1305647dc06453c30f56039e16fe80da385519e Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sat, 19 Dec 2020 15:16:50 -0500 Subject: [PATCH] Update GitHub Actions configuration for 1.4.x branch --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a7c95ebf..07b62261d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,7 @@ on: jobs: test: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest @@ -37,19 +38,19 @@ jobs: uses: actions/checkout@v2 with: repository: sbt/io - ref: develop + ref: 1.4.x path: io - name: Checkout sbt/librarymanagement uses: actions/checkout@v2 with: repository: sbt/librarymanagement - ref: develop + ref: 1.4.x path: librarymanagement - name: Checkout sbt/zinc uses: actions/checkout@v2 with: repository: sbt/zinc - ref: develop + ref: 1.4.x path: zinc - name: Setup uses: olafurpg/setup-scala@v10