Skip to content

Commit 91af0dd

Browse files
committed
Created directory in which icons are stored
1 parent c710531 commit 91af0dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,10 @@ jobs:
168168
# Even though, we use --env-file option when running docker compose, this is still necessary, because the compose has a env_file attribute :(
169169
# TODO should move basic.env file, which is in directory tests, up. It's used in several places. Maybe, rename it into dev.env
170170
cp tests/data/basic.env .env
171+
# This is needed to have the path where icons are store when the volumes are mounted in the docker-compose
172+
# It will map to /iriswebapp/static/assets/img/graph/
173+
# Could alternatively build the full ui to be mounted in the development server. Maybe will rather do that in the future
174+
mkdir -p ui/dist/assets/img/graph/
171175
docker compose --file docker-compose.dev.yml up --detach
172176
- name: Run tests
173177
working-directory: tests

0 commit comments

Comments
 (0)