Skip to content

Commit

Permalink
Fix DNS workflow use variables TEST_DNS_SLEEP and TEST_DNS_NO_WILDCARD
Browse files Browse the repository at this point in the history
  • Loading branch information
reneluria committed Oct 10, 2020
1 parent 472dbd6 commit f864416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/DNS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
if [ "${{ secrets.TokenName5}}" ] ; then
echo "${{ secrets.TokenName5}}=${{ secrets.TokenValue5}}" >> env.list
fi
echo "TEST_DNS_NO_WILDCARD" >> env.list
echo "TEST_DNS_SLEEP" >> env.list
echo "TEST_DNS_NO_WILDCARD=$TEST_DNS_NO_WILDCARD" >> env.list
echo "TEST_DNS_SLEEP=$TEST_DNS_SLEEP" >> env.list
- name: Run acmetest
run: cd ../acmetest && ./rundocker.sh testall

Expand Down

0 comments on commit f864416

Please sign in to comment.