Skip to content

Commit

Permalink
[#40] Enable docker daemon on github action env
Browse files Browse the repository at this point in the history
  • Loading branch information
chungjung-d committed Nov 22, 2024
1 parent e5ec9a0 commit 8c064a4
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@ jobs:
- name : Install Dependencies
run: npm install

- name : Enable Docker daemon
run: |
sudo systemctl start docker
sudo systemctl enable docker
- name: Run Tests
run: npm run test

0 comments on commit 8c064a4

Please sign in to comment.