Skip to content

Commit 85b9f87

Browse files
committed
Review pipeline
1 parent 7953f27 commit 85b9f87

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
api:
1919
name: API Build & Test
2020
runs-on: ubuntu-latest
21+
defaults:
22+
run:
23+
working-directory: api
2124

2225
steps:
2326
- name: Checkout Repository
@@ -44,6 +47,9 @@ jobs:
4447
webapp:
4548
name: Webapp Build & Test
4649
runs-on: ubuntu-latest
50+
defaults:
51+
run:
52+
working-directory: webapp
4753

4854
steps:
4955
- name: Checkout Repository

0 commit comments

Comments
 (0)