Skip to content

Commit 8ae8947

Browse files
committed
update steps, slug
1 parent 20da040 commit 8ae8947

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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
@@ -34,7 +28,7 @@ jobs:
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() }}

0 commit comments

Comments
 (0)