From 57e3013528d541270183853fd06e7872918bdfc2 Mon Sep 17 00:00:00 2001 From: ekes Date: Tue, 17 Jun 2025 13:42:30 +0200 Subject: [PATCH] Switch to PHPUnit test in place of paratest. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a39cd80..0cb36fa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ on: jobs: tests: - uses: localgovdrupal/localgov_shared_workflows/.github/workflows/test-microsites.yml@1.x + uses: localgovdrupal/localgov_shared_workflows/.github/workflows/test-microsites.yml@feature/1.x/use-phpunit with: project: 'localgovdrupal/localgov_microsites' project_path: 'web/profiles/contrib/localgov_microsites'