We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b003e8e commit 601ed86Copy full SHA for 601ed86
1 file changed
.github/workflows/ci.yaml
@@ -40,10 +40,10 @@ jobs:
40
uses: actions/checkout@v6
41
with:
42
repository: "pulsate-dev/pulsate"
43
- path: "../backend/"
+ path: "backend/"
44
45
- name: Build backend
46
- working-directory: "../backend"
+ working-directory: "./backend"
47
run: |
48
pnpm install --frozen-lockfile
49
pnpm run build
@@ -55,6 +55,6 @@ jobs:
55
56
set -e
57
pnpm playwright install chromium --only-shell
58
- cd ../backend && pnpm start & id=$!
+ cd backend && pnpm start & id=$!
59
pnpm e2e
60
kill "$id"
0 commit comments