Skip to content

Commit 1ddb82c

Browse files
committed
fix backend CI pipeline
1 parent 340d493 commit 1ddb82c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/backend.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Deploy Frontend
1+
name: Build and Deploy Backend
22

33
on:
44
push:
@@ -14,6 +14,9 @@ on:
1414
jobs:
1515
build:
1616
runs-on: ubuntu-latest
17+
defaults:
18+
run:
19+
working-directory: shatter-backend
1720

1821
steps:
1922
- name: Checkout code
@@ -23,7 +26,6 @@ jobs:
2326
uses: actions/setup-node@v4
2427
with:
2528
node-version: "20"
26-
cache: "npm"
2729

2830
- name: Install dependencies
2931
run: npm ci

0 commit comments

Comments
 (0)