diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 460b64f..2907ddb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,10 +16,21 @@ jobs: name: Assets runs-on: ubuntu-latest timeout-minutes: 90 - if: false steps: + - name: Prepare environment + uses: penske-media-corp/github-action-wordpress-test-setup@add/build-verification + with: + bitbucket_read_only_ssh_key: "${{ secrets.BITBUCKET_READ_ONLY_SSH_KEY }}" + git_checkout_fetch_depth: 1 + github_read_only_ssh_key: "${{ secrets.GITHUB_READ_ONLY_SSH_KEY }}" + nodejs: true + vip_theme: false + - name: Build static assets run: | - echo "Not implemented" - exit 0 + . "$NVM_DIR/nvm.sh" + . pmc-test-asset-build + + - name: Ensure version-controlled files are not modified during the tests + run: git diff --exit-code