We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 294d5b8 commit ed2041cCopy full SHA for ed2041c
1 file changed
.github/workflows/ci.yml
@@ -1,13 +1,27 @@
1
name: CI
2
3
on:
4
+ workflow_dispatch:
5
pull_request:
6
branches:
7
- main
8
9
jobs:
10
build:
11
runs-on: ubuntu-22.04
12
+ services:
13
+ docker:
14
+ image: docker:28.1-dind
15
+ env:
16
+ DOCKER_TLS_CERTDIR: ""
17
+ ports:
18
+ - 2375:2375
19
+ options: >-
20
+ --privileged
21
+ --health-cmd "docker info || exit 1"
22
+ --health-interval 10s
23
+ --health-timeout 5s
24
+ --health-retries 5
25
strategy:
26
matrix:
27
framework:
0 commit comments