Update docker-image.yml

This commit is contained in:
Tingluo Huang
2021-10-22 22:11:09 -04:00
committed by GitHub
parent 8afec2447f
commit 7af52af88c

View File

@@ -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