We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e05a5a7 commit ca4e84dCopy full SHA for ca4e84d
.github/workflows/ci.yml
@@ -73,15 +73,15 @@ jobs:
73
- name: Download and verify dependencies
74
run: make deps
75
76
+ - name: Change DNS configuration
77
+ run: sudo mount --bind /run/systemd/resolve/resolv.conf /etc/resolv.conf
78
+
79
- name: Setup tmate session
80
uses: mxschmitt/action-tmate@v3
81
82
- name: Run unit tests
83
run: make unit-test
84
- - name: Change DNS configuration
- run: sudo mount --bind /run/systemd/resolve/resolv.conf /etc/resolv.conf
-
85
- name: Run e2e tests
86
run: make e2e-test
87
if: matrix.os == 'ubuntu-latest'
0 commit comments