Skip to content

Commit

Permalink
Turning on DIND on CI to run integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
andream16 committed Nov 21, 2024
1 parent 6286825 commit 53f234b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
test:
name: Test
runs-on: ubuntu-latest
services:
dind:
image: docker:23.0-rc-dind-rootless
ports:
- 2375:2375
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-test
cancel-in-progress: true
Expand Down

0 comments on commit 53f234b

Please sign in to comment.