Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gushmazuko committed Apr 17, 2024
1 parent 3b3f1ef commit ea18c06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ jobs:
runs-on: ubuntu-latest
container:
image: termux/termux-docker:x86_64
options: --entrypoint /entrypoint_root.sh
options: --user root --entrypoint /entrypoint_root.sh
steps:
- name: check resolv
run: cat $PREFIX/etc/resolv.conf
- name: wait dns
run: |
echo "Checking DNS readiness..."
Expand Down

0 comments on commit ea18c06

Please sign in to comment.