Skip to content

Commit

Permalink
- rename e2e-test-plugin-legacy.yml to be more declarative
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbahl committed Sep 17, 2024
1 parent 729dd89 commit ca0eca7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 &
Expand Down

0 comments on commit ca0eca7

Please sign in to comment.