Skip to content

Commit a4ffe43

Browse files
committed
set working directory for CI to match project structure
1 parent 2277099 commit a4ffe43

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
jobs:
88
build:
99
runs-on: ubuntu-latest
10+
defaults:
11+
run:
12+
working-directory: todomate-clone
1013
steps:
1114
- uses: actions/checkout@v3
1215
- uses: actions/setup-java@v3

0 commit comments

Comments
 (0)