From 7af52af88c39aff4ff3f1cc30df4b6ddc088ca9d Mon Sep 17 00:00:00 2001 From: Tingluo Huang Date: Fri, 22 Oct 2021 22:11:09 -0400 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 02f42f6..2768b0b 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -36,7 +36,7 @@ jobs: name: Test node.js ${{github.event.inputs.NodeVersion}} needs: [build] runs-on: ubuntu-latest - concurrency: alpine + container: alpine steps: - name: Download alpine node.js uses: actions/download-artifact@v2 @@ -46,7 +46,6 @@ jobs: ls -l tar xzf ./node-${{github.event.inputs.NodeVersion}}-alpine-x64.tar.gz ls -l -R - ls -l ./bin/node ./bin/node -v ./bin/node -e "console.log('hello world')" uname -a