Skip to content

Commit 9eb480b

Browse files
committed
chore(ci-cd): minor fix
1 parent 36fc5cc commit 9eb480b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
restore-keys: |
3535
${{ runner.os }}-maven-
3636
37+
- name: Create required directories
38+
run: mkdir -p data
39+
3740
- name: Build with Maven Wrapper
3841
run: |
3942
chmod +x mvnw

0 commit comments

Comments
 (0)