Skip to content

Commit

Permalink
Move tests with base dir as amp
Browse files Browse the repository at this point in the history
  • Loading branch information
thelovekesh committed Nov 1, 2022
1 parent e01869e commit 8997b11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-test-measure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -607,13 +607,19 @@ jobs:
- name: Build plugin
run: npm run build:js

- name: Copy amp-wp to amp
run: cp -r amp-wp amp

- name: Start wp-env
working-directory: amp
run: npm run wp-env start

- name: Run multisite unit tests
working-directory: amp
run: npm run test:php:multisite

- name: Run multisite external HTTP unit tests
working-directory: amp
run: npm run test:php:multisite -- --testsuite external-http

#-----------------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 8997b11

Please sign in to comment.