Skip to content

Commit e05a5a7

Browse files
change DNS config
1 parent 5be9782 commit e05a5a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ jobs:
7979
- name: Run unit tests
8080
run: make unit-test
8181

82+
- name: Change DNS configuration
83+
run: sudo mount --bind /run/systemd/resolve/resolv.conf /etc/resolv.conf
84+
8285
- name: Run e2e tests
8386
run: make e2e-test
8487
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)