Skip to content

Commit

Permalink
run only ecommerce module tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeetha-nayak committed Oct 30, 2023
1 parent ff570e1 commit 3331818
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/sample-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,16 +135,26 @@ jobs:


- name: Configure WordPress
run: |
pwd
working-directory: ./modules/${{ github.repository }}
run: |
pwd
run: echo '{"config":{"WP_DEBUG_DISPLAY":false},"plugins":["${{ steps.workflow.outputs.DIST }}/${{ steps.workflow.outputs.PACKAGE }}"]}' > .wp-env.override.json

- name: Install WordPress
working-directory: ./modules/${{ github.repository }}
run: |
pwd
run: npx wp-env start

# - name: Run PHPUnit Tests
# run: npm run test:unit

- name: Run Cypress Tests
working-directory: ./modules/${{ github.repository }}
run: |
pwd
run: npx cypress run

- name: Store screenshots of test failures
Expand Down

0 comments on commit 3331818

Please sign in to comment.