File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 pull_request :
1010 branches : [main]
1111
12- defaults :
13- run :
14- working-directory : 09-with-tests
12+ # No global working-directory default — matrix job runs from repo root and uses explicit cd.
1513
1614jobs :
1715 steps-lint-typecheck :
5957 unit-tests :
6058 name : Unit Tests
6159 runs-on : ubuntu-latest
60+ defaults :
61+ run :
62+ working-directory : 09-with-tests
6263
6364 steps :
6465 - name : Checkout code
@@ -123,6 +124,9 @@ jobs:
123124 e2e-tests :
124125 name : E2E Tests
125126 runs-on : ubuntu-latest
127+ defaults :
128+ run :
129+ working-directory : 09-with-tests
126130
127131 steps :
128132 - name : Checkout code
@@ -191,6 +195,10 @@ jobs:
191195 name : TypeScript Check
192196 runs-on : ubuntu-latest
193197
198+ defaults :
199+ run :
200+ working-directory : 09-with-tests
201+
194202 steps :
195203 - name : Checkout code
196204 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments