From ca0eca766c07336a33589fb5348955bca478a082 Mon Sep 17 00:00:00 2001 From: Jason Bahl Date: Tue, 17 Sep 2024 13:46:03 -0600 Subject: [PATCH] - rename e2e-test-plugin-legacy.yml to be more declarative --- .../{e2e-test-plugin.yml => e2e-test-plugin-legacy.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{e2e-test-plugin.yml => e2e-test-plugin-legacy.yml} (97%) diff --git a/.github/workflows/e2e-test-plugin.yml b/.github/workflows/e2e-test-plugin-legacy.yml similarity index 97% rename from .github/workflows/e2e-test-plugin.yml rename to .github/workflows/e2e-test-plugin-legacy.yml index cabd91788..9e198ba38 100644 --- a/.github/workflows/e2e-test-plugin.yml +++ b/.github/workflows/e2e-test-plugin-legacy.yml @@ -18,8 +18,8 @@ jobs: node-version: '18' - name: Install NPM Deps run: | - npm ci - npm run build + npm run install:legacy + npm run build:legacy - name: Setup Frontend run: | NEXT_PUBLIC_WORDPRESS_URL=http://localhost:8080 FAUSTWP_SECRET_KEY=00000000-0000-4000-8000-000000000001 npm run dev:next:getting-started &