Update docker-image.yml
This commit is contained in:
3
.github/workflows/docker-image.yml
vendored
3
.github/workflows/docker-image.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user