Update docker-image.yml
This commit is contained in:
@@ -36,7 +36,7 @@ jobs:
|
|||||||
name: Test node.js ${{github.event.inputs.NodeVersion}}
|
name: Test node.js ${{github.event.inputs.NodeVersion}}
|
||||||
needs: [build]
|
needs: [build]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
concurrency: alpine
|
container: alpine
|
||||||
steps:
|
steps:
|
||||||
- name: Download alpine node.js
|
- name: Download alpine node.js
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
@@ -46,7 +46,6 @@ jobs:
|
|||||||
ls -l
|
ls -l
|
||||||
tar xzf ./node-${{github.event.inputs.NodeVersion}}-alpine-x64.tar.gz
|
tar xzf ./node-${{github.event.inputs.NodeVersion}}-alpine-x64.tar.gz
|
||||||
ls -l -R
|
ls -l -R
|
||||||
ls -l ./bin/node
|
|
||||||
./bin/node -v
|
./bin/node -v
|
||||||
./bin/node -e "console.log('hello world')"
|
./bin/node -e "console.log('hello world')"
|
||||||
uname -a
|
uname -a
|
||||||
|
|||||||
Reference in New Issue
Block a user