Skip to content

Commit 5c93859

Browse files
authored
Update docker-image.yml
1 parent a6b358d commit 5c93859

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,8 @@ jobs:
4545
- run: |
4646
ls -l
4747
tar xzf ./node-${{github.event.inputs.NodeVersion}}-alpine-x64.tar.gz
48+
ls -l -R
49+
cd ./node-${{github.event.inputs.NodeVersion}}-alpine-x64
4850
./bin/node -v
4951
./bin/node -e "console.log('hello world')"
52+
uname -a

0 commit comments

Comments
 (0)