diff --git a/.github/workflows/end2end-test.yml b/.github/workflows/end2end-test.yml index 12fcbc3a381c5..5fc9908365794 100644 --- a/.github/workflows/end2end-test.yml +++ b/.github/workflows/end2end-test.yml @@ -45,7 +45,7 @@ jobs: uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: repository: WordPress/wordpress-playground - path: ../playground + path: playground - name: Setup Playground run: | @@ -53,7 +53,7 @@ jobs: curl -fsSL https://bun.sh/install | bash # install bun # Install the dependencies - cd ../playground + cd playground npm install - name: Start the server