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 ab28037 commit cf847e9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@ on: push
jobs:
node-docker:
runs-on: ubuntu-latest
container:
image: termux/termux-docker:x86_64
options: --user root --entrypoint /entrypoint_root.sh
# container:
# image: termux/termux-docker:x86_64
# options: --user root --entrypoint /entrypoint_root.sh
steps:
- name: test docker
run: |
docker run -it --rm ubuntu bash
apt update
apt install curl -y
- name: check resolv
run: cat $PREFIX/etc/resolv.conf
- name: wait dns
Expand Down

0 comments on commit cf847e9

Please sign in to comment.