Skip to content

Commit

Permalink
chore: change to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-FFFFFF committed Feb 27, 2025
1 parent 2720ac3 commit 822e698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions avmmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ pr-check: fmtcheck docscheck tfvalidatecheck lint unit-test integration-test

.PHONY: unit-test
unit-test:
curl -H 'Cache-Control\: no-cache, no-store' -sSL "$(REMOTE_SCRIPT)/run-terraform-test.sh" | bash -s -- unit
curl -H 'Cache-Control: no-cache, no-store' -sSL "$(REMOTE_SCRIPT)/run-terraform-test.sh" | bash -s -- unit

.PHONY: integration-test
integration-test:
curl -H 'Cache-Control\: no-cache, no-store' -sSL "$(REMOTE_SCRIPT)/run-terraform-test.sh" | bash -s -- integration
curl -H 'Cache-Control: no-cache, no-store' -sSL "$(REMOTE_SCRIPT)/run-terraform-test.sh" | bash -s -- integration

.PHONY: test-example
test-example:
Expand Down

0 comments on commit 822e698

Please sign in to comment.