Skip to content

Commit ca4e84d

Browse files
debug commit
1 parent e05a5a7 commit ca4e84d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ jobs:
7373
- name: Download and verify dependencies
7474
run: make deps
7575

76+
- name: Change DNS configuration
77+
run: sudo mount --bind /run/systemd/resolve/resolv.conf /etc/resolv.conf
78+
7679
- name: Setup tmate session
7780
uses: mxschmitt/action-tmate@v3
7881

7982
- name: Run unit tests
8083
run: make unit-test
8184

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

0 commit comments

Comments
 (0)