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 340d493 commit 1ddb82cCopy full SHA for 1ddb82c
.github/workflows/backend.yml
@@ -1,4 +1,4 @@
1
-name: Build and Deploy Frontend
+name: Build and Deploy Backend
2
3
on:
4
push:
@@ -14,6 +14,9 @@ on:
14
jobs:
15
build:
16
runs-on: ubuntu-latest
17
+ defaults:
18
+ run:
19
+ working-directory: shatter-backend
20
21
steps:
22
- name: Checkout code
@@ -23,7 +26,6 @@ jobs:
23
26
uses: actions/setup-node@v4
24
27
with:
25
28
node-version: "20"
- cache: "npm"
29
30
- name: Install dependencies
31
run: npm ci
0 commit comments