Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye116477 committed Sep 19, 2023
1 parent 255dd7b commit 526d6e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,16 @@ env:
jobs:
generate-artifacts:
runs-on: ubuntu-latest
container: ghcr.io/filtersheroes/expired_domains_image:latest
steps:
- uses: actions/checkout@v4
- run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
cd "$GITHUB_WORKSPACE"
echo "nameserver 1.1.1.1" | sudo tee /etc/resolv.conf.DNSoverride
echo "nameserver 1.0.0.1" | sudo tee /etc/resolv.conf.DNSoverride
sudo ln -sf /etc/resolv.conf.DNSoverride /etc/resolv.conf
cat /etc/resolv.conf
mkdir ./expired-d
touch ./expired-d/test-1.txt
touch ./expired-d/test-2.txt
Expand Down

0 comments on commit 526d6e2

Please sign in to comment.