Skip to content

Commit

Permalink
Revert "try checking out PG repo aside"
Browse files Browse the repository at this point in the history
This reverts commit 582c72c.
  • Loading branch information
WunderBart committed Jun 20, 2024
1 parent 582c72c commit 2991126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/end2end-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ jobs:
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
repository: WordPress/wordpress-playground
path: ../playground
path: playground

- name: Setup Playground
run: |
# Install Bun
curl -fsSL https://bun.sh/install | bash # install bun
# Install the dependencies
cd ../playground
cd playground
npm install
- name: Start the server
Expand Down

0 comments on commit 2991126

Please sign in to comment.