Skip to content

Commit

Permalink
Remove with from run actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Jan 15, 2025
1 parent 9af0aa0 commit 80bda50
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,11 @@ jobs:
provider: 'ovh'

- name: Test CloudFlare DNS
with:
path: ~/bin
run: |
terraform -chdir=dns/cloudflare init
terraform -chdir=dns/cloudflare validate
- name: Test Google Cloud DNS
with:
path: ~/bin
run: |
terraform -chdir=dns/gcloud init
terraform -chdir=dns/gcloud validate

0 comments on commit 80bda50

Please sign in to comment.