Skip to content

Commit

Permalink
added - playground workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveJonesDev committed Jun 6, 2024
1 parent f900288 commit 9dcc150
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/playground.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Playground Comment

on:
pull_request:

jobs:
test:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: mshick/add-pr-comment@v2
with:
message: |
**Test on Playground**
[Test this pull request on the Playground](https://playground.wordpress.net/#{"landingPage":"/wp-admin/index.php","features":{"networking":true},"steps":[{"step":"login","username":"admin","password":"password"},{"step":"installPlugin","pluginSlug":"user-switching","options":{"activate":true}},{"step":"installPlugin","pluginSlug":"user-role-editor","options":{"activate":true}},{"step":"installPlugin","pluginZipFile":{"resource":"url","url":"https://bypass-cors.altha.workers.dev/${{ github.server_url }}/${{ github.repository }}/archive/${{ github.sha }}.zip"},"options":{"activate":true}}]})

0 comments on commit 9dcc150

Please sign in to comment.