From 38c9386de50724861b15b99397407c0fd9375a47 Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Wed, 31 Jul 2024 16:22:01 -0600 Subject: [PATCH] clear ache after installing graphql --- .github/workflows/playwright.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 31ef1c59..dac42600 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -433,6 +433,7 @@ jobs: # Activte WP-GraphQL plugin terminus wp "${{ env.SITE_ID }}".dev -- plugin activate wp-graphql + terminus env:clear-cache "${{ env.SITE_ID }}".dev # Run curl checks against the site URLs to ensure the main site and the subdomain site exist. echo "Checking site URLs"