We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c5f33 commit fa6a5d4Copy full SHA for fa6a5d4
.github/workflows/playwright.yml
@@ -34,7 +34,7 @@ jobs:
34
WP_AUTH_STORAGE: wp-auth.json
35
WP_USERNAME: admin
36
WP_PASSWORD: password
37
- STACKABLE_SLUG: stackable-$VERSION_SUFFIX
+ STACKABLE_SLUG: stackable-${{ env.VERSION_SUFFIX }}
38
run: npm run test
39
- uses: actions/upload-artifact@v4
40
if: ${{ !cancelled() }}
0 commit comments