Skip to content

Commit

Permalink
ci: added list command
Browse files Browse the repository at this point in the history
  • Loading branch information
rH4rtinger committed Sep 17, 2024
1 parent e7d8256 commit 14dd9d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ jobs:
with:
distribution: Ubuntu-20.04
use-cache: true

- name: update wsl version
if: runner.os == 'Windows'
run: wsl --set-version Ubuntu-20.04 2
run: |
wsl -l -v
wsl --set-version Ubuntu-20.04 2
- name: Install and Run Docker in WSL
shell: wsl-bash {0}
Expand All @@ -62,8 +64,6 @@ jobs:
# check docker status
sudo service docker status
- name: check docker installation (sudo)
run: wsl sudo docker run hello-world
if: runner.os == 'Windows'
Expand Down

0 comments on commit 14dd9d0

Please sign in to comment.