From 299112634beba2490afe3a0cce6cebfaf788ec54 Mon Sep 17 00:00:00 2001 From: Bart Kalisz Date: Thu, 20 Jun 2024 17:00:16 +0200 Subject: [PATCH] Revert "try checking out PG repo aside" This reverts commit 582c72cd49258a43489a0a1fb9dbff29be95a5eb. --- .github/workflows/end2end-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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