File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,10 @@ jobs:
1313 - uses : actions/setup-node@v4
1414 with :
1515 node-version : lts/*
16- - name : Set the version suffix for the output
17- run : echo VERSION_SUFFIX=${GITHUB_REF_NAME//\//-} >> $GITHUB_ENV
1816 - name : Build Stackable Free Plugin
1917 run : |
2018 npm ci --legacy-peer-deps
2119 npm run build:no-translate
22- - name : Append PR in build version & create PR build folder
23- run : |
24- node ./tools/append-build-version.js $VERSION_SUFFIX
25- cp -r build/stackable stackable-$VERSION_SUFFIX
2620 - name : Install wp-env
2721 run : |
2822 npm install -g @wordpress/env
3428 WP_AUTH_STORAGE : wp-auth.json
3529 WP_USERNAME : admin
3630 WP_PASSWORD : password
37- STACKABLE_SLUG : stackable-${{ env.VERSION_SUFFIX }}
31+ STACKABLE_SLUG : Stackable/plugin
3832 run : npm run test
3933 - uses : actions/upload-artifact@v4
4034 if : ${{ !cancelled() }}
You can’t perform that action at this time.
0 commit comments