Skip to content

Commit b003e8e

Browse files
committed
Use parent directory for backend
1 parent 231fb59 commit b003e8e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
uses: actions/checkout@v6
4141
with:
4242
repository: "pulsate-dev/pulsate"
43-
path: "backend/"
43+
path: "../backend/"
4444

4545
- name: Build backend
46-
working-directory: "./backend"
46+
working-directory: "../backend"
4747
run: |
4848
pnpm install --frozen-lockfile
4949
pnpm run build
@@ -55,6 +55,6 @@ jobs:
5555
run: |
5656
set -e
5757
pnpm playwright install chromium --only-shell
58-
cd backend && pnpm start & id=$!
58+
cd ../backend && pnpm start & id=$!
5959
pnpm e2e
6060
kill "$id"

0 commit comments

Comments
 (0)