Skip to content

Commit

Permalink
Update .github/workflows/build_test_deploy.yml
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
hotzenklotz and coderabbitai[bot] authored Dec 4, 2024
1 parent 0be3a3b commit afb35b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:

- name: Start webknossos, datastore, and tracingstore
run: |
mkdir fossildb && chmod 999:999 fossildb
mkdir fossildb && chown 999:999 fossildb
docker compose up -d webknossos
docker compose up -d webknossos-datastore
docker compose up -d webknossos-tracingstore
Expand Down

0 comments on commit afb35b6

Please sign in to comment.