Skip to content

Commit

Permalink
ci: added sudo to wsl command test
Browse files Browse the repository at this point in the history
  • Loading branch information
rH4rtinger committed Sep 17, 2024
1 parent f48472b commit ef6aabd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ jobs:
# Start Docker Daemon
sudo service docker start
# check docker status
sudo service docker status
- name: check docker installation (sudo)
run: wsl sudo docker run hello-world
if: runner.os == 'Windows'

- name: check docker installation
run: wsl docker run hello-world
if: runner.os == 'Windows'
Expand Down

0 comments on commit ef6aabd

Please sign in to comment.