Skip to content

Commit

Permalink
Add install required plugin script to install bookings plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdharmesh committed Oct 2, 2023
1 parent e95f078 commit 1aba651
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
if: "${{ ( github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'needs: e2e testing') ) || github.event_name == 'push' }}"
name: E2E Test
runs-on: ubuntu-latest
env:
BOT_GITHUB_TOKEN: ${{secrets.BOT_GITHUB_TOKEN}}

steps:
- name: Checkout
Expand Down Expand Up @@ -49,7 +51,10 @@ jobs:
run: npx playwright install chromium

- name: Setup WP environment
run: npm run env:start
run: |
npm run env:install-plugins
npm run env:start
- name: Run E2E Foundational Test
id: e2e_tests
Expand Down

0 comments on commit 1aba651

Please sign in to comment.