Skip to content

Commit

Permalink
skip build
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeetha-nayak committed Oct 28, 2023
1 parent 82b196c commit a402ee5
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/sample-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
with:
repository: bluehost/bluehost-wordpress-plugin
ref: 'develop'
run: |
ls
pwd
- name: Use Node.js 16.x
uses: actions/setup-node@v3
Expand All @@ -33,7 +36,7 @@ jobs:
- name: Checkout module
uses: actions/checkout@v3
with:
path: ./modules/newfold-labs/${{ github.repository }}
path: ./modules/${{ github.repository }}

- name: Get Composer cache directory
id: composer-cache
Expand Down Expand Up @@ -74,11 +77,11 @@ jobs:
run: npm ci --legacy-peer-deps

- name: Setup Registry on Module
working-directory: ./modules/newfold-labs/wp-module-ecommerce
working-directory: ./modules/${{ github.repository }}
run: printf "\n//npm.pkg.github.com/:_authToken=${{ secrets.NEWFOLD_ACCESS_TOKEN }}" >> .npmrc

- name: Setup module
working-directory: ./modules/newfold-labs/wp-module-ecommerce
working-directory: ./modules/${{ github.repository }}
run: npm ci --legacy-peer-deps

- name: NPM Install module
Expand All @@ -87,8 +90,8 @@ jobs:
- name: View modified files
run: cat package.json composer.json

- name: Build JavaScript
run: npm run build
# - name: Build JavaScript
# run: npm run build

- name: Setup workflow context
id: workflow
Expand Down

0 comments on commit a402ee5

Please sign in to comment.