Skip to content

Commit 7cc3e0a

Browse files
committed
Create directories
1 parent 805f5c8 commit 7cc3e0a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
mix local.rebar --force
3939
mix local.hex --force
4040
mix deps.get
41-
41+
- name: Prepare upload directory
42+
run: mkdir -p priv/static/uploads/test
4243
- name: Run tests
4344
run: |
4445
mix compile --force --

0 commit comments

Comments
 (0)