From c7743bc415800f75b178a76307ced0808804414b Mon Sep 17 00:00:00 2001 From: BSKY Date: Sat, 21 Mar 2020 10:58:05 +0900 Subject: [PATCH] Update container image for test-proxy jobs --- .github/workflows/workflow.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index c394023..d9f27aa 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -16,9 +16,9 @@ jobs: # Build and unit test build: strategy: + fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macOS-latest] - fail-fast: false runs-on: ${{ matrix.os }} steps: - name: Checkout @@ -27,7 +27,7 @@ jobs: uses: actions/setup-node@v1 with: node-version: '12.x' - - name: Determine npm cache directory + - name: Get npm cache directory id: npm-cache run: | echo "::set-output name=dir::$(npm config get cache)" @@ -85,7 +85,7 @@ jobs: test-proxy-save: runs-on: ubuntu-latest container: - image: ubuntu:latest + image: imbsky/zstd:latest options: --dns 127.0.0.1 services: squid-proxy: @@ -108,7 +108,7 @@ jobs: needs: test-proxy-save runs-on: ubuntu-latest container: - image: ubuntu:latest + image: imbsky/zstd:latest options: --dns 127.0.0.1 services: squid-proxy: