Skip to content

Commit

Permalink
ci(stylus-verifier): docker setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rimrakhimov committed Oct 1, 2024
1 parent 5710018 commit bede6ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/stylus-verifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
test:
name: Unit, doc and integration tests
runs-on: ubuntu-latest
services:
dockerd:
image: docker
ports:
- 2375:2375
# services:
# dockerd:
# image: docker
# ports:
# - 2375:2375
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down

0 comments on commit bede6ac

Please sign in to comment.