This commit is contained in:
parent
18cf0ba364
commit
602bbbc93a
1 changed files with 1 additions and 1 deletions
|
@ -26,6 +26,6 @@ jobs:
|
|||
env:
|
||||
API_TOKEN: ${{ secrets.API_TOKEN }}
|
||||
- name: Test
|
||||
run: make test TEST_ZONE_NAME={{ secrets.TEST_ZONE_NAME }}
|
||||
run: make test TEST_ZONE_NAME=${{ secrets.TEST_ZONE_NAME }}
|
||||
- name: Clean up
|
||||
run: rm -f testdata/dnsimple/dnsimple-secret.yaml
|
Loading…
Reference in a new issue