From 80bda5070430c6f1912d476c82ad71c6fe97c2e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix-Antoine=20Fortin?= Date: Wed, 15 Jan 2025 09:12:23 -0500 Subject: [PATCH] Remove with from run actions --- .github/workflows/test.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 63a2382f..fc537269 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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