Skip to content

Commit ea81426

Browse files
Mikael PeigneyMika56
Mikael Peigney
authored andcommitted
[CI] Remove powerdns service as the related code has been moved to its own repository
1 parent e1ee8c3 commit ea81426

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yml

-9
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,6 @@ jobs:
3232
SYMFONY_DEPRECATIONS_HELPER: "ignoreFile=./tests/baseline-ignore"
3333
- run: |
3434
bash <(curl -Ls https://coverage.codacy.com/get.sh) report -l PHP -r clover.xml --partial
35-
services:
36-
powerdns:
37-
image: raspberrypython/powerdns-sqlite3:latest
38-
env:
39-
WEBPASSWD: password
40-
ports:
41-
- 80:80
42-
- 1053:53/tcp
43-
- 1053:53/udp
4435
codacy:
4536
runs-on: ubuntu-latest
4637
needs: test

0 commit comments

Comments
 (0)