Added DNS check to build test
Some checks failed
Test and Build Docker Image / Test-Build (push) Failing after 9s
Test and Build Docker Image / Build-Image (push) Failing after 6s

This commit is contained in:
Dagger 2023-10-23 11:49:29 -05:00
parent d4be07fdb8
commit 148e4cf58a

View File

@ -16,6 +16,8 @@ jobs:
- run: python --version - run: python --version
- run: pip --version - run: pip --version
- run: pip install -r requirements.txt - run: pip install -r requirements.txt
- run: nslookup git.oki.cx
- run: cat /etc/resolv.conf
Build-Image: Build-Image:
runs-on: ubuntu-latest runs-on: ubuntu-latest