Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Abraham <[email protected]>
  • Loading branch information
cjyabraham committed May 19, 2024
1 parent 6cc3d17 commit 43b7374
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/build_deploy_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,6 @@ jobs:
- name: run PHP build step
run: ./.github/workflows/php

- uses: actions/setup-node@v4
with:
node-version: '14.21.3'

- name: Compile css/js
run: cd ./web/wp-content/themes/lfevents/; npm install; npm run build


code_sniff_unit_test:
runs-on: ubuntu-latest
container:
Expand Down Expand Up @@ -218,6 +210,13 @@ jobs:
- name: sync build artifact
run: rsync -rz ./web ./vendor .

- uses: actions/setup-node@v4
with:
node-version: '14.21.3'

- name: Compile css/js
run: cd ./web/wp-content/themes/lfevents/; npm install; npm run build

# Deploy to Pantheon
- name: deploy to Pantheon
run: |
Expand Down

0 comments on commit 43b7374

Please sign in to comment.