Skip to content

Commit

Permalink
Fix missing run step in integration test YML
Browse files Browse the repository at this point in the history
  • Loading branch information
alecgeatches committed Jan 2, 2025
1 parent 5552dc7 commit 2e35e7c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,10 @@ jobs:
cache: npm

- name: Npm install
run: |
npm ci
run: npm ci

- name: Start up WordPress environment
run: |
npm run dev:build
run: npm run dev:build

- name: Run Integration tests
npm run test:integration
run: npm run test:integration

0 comments on commit 2e35e7c

Please sign in to comment.