Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeetha-nayak committed Oct 28, 2023
1 parent 22fdf93 commit 808c662
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/sample-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
name: ${{ steps.workflow.outputs.PACKAGE }}
path: ${{ steps.workflow.outputs.DIST }}

- name: Download Bluehost Plugin
- name: Download Bluehost Plugin
id: download-artifact
uses: dawidd6/action-download-artifact@v2
with:
Expand All @@ -125,17 +125,15 @@ jobs:
name: bluehost-wordpress-plugin
path: ${{ steps.workflow.outputs.DIST }}/${{ steps.workflow.outputs.PACKAGE }}

- name: List Distribution Files
working-directory: ${{ steps.workflow.outputs.DIST }}
run: find .
- name: List Distribution Files
working-directory: ${{ steps.workflow.outputs.DIST }}
run: find .


- name: Configure WordPress
working-directory: ./modules/newfold-labs/wp-module-ecommerce
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/newfold-labs/wp-module-ecommerce
run: npx wp-env start

- name: Run PHPUnit Tests
Expand Down

0 comments on commit 808c662

Please sign in to comment.