Skip to content

Commit 996b29a

Browse files
committed
wip
1 parent 62ff831 commit 996b29a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ jobs:
8484

8585
- name: Start Services with Docker Compose
8686
run: |
87-
echo "changeme" > ~/.cws/creds
87+
mkdir -p /home/runner/.cws/
88+
echo "changeme" > /home/runner/.cws/creds
8889
docker compose up -d
8990
working-directory: install/docker/console-db-es-ls-kibana
9091

0 commit comments

Comments
 (0)