Skip to content

Commit fda4292

Browse files
committed
Update github workflow
1 parent 01c9872 commit fda4292

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,14 +248,15 @@ jobs:
248248
- name: Start docker compose stack
249249
shell: bash
250250
run: |
251+
docker_config_files/init_certs.sh
251252
docker compose \
252-
-f docker-compose.yaml \
253-
-f docker-compose.testing.yaml \
253+
-f compose.yaml \
254+
-f compose.testing.yaml \
254255
up -d --wait
255256
- name: Test
256257
shell: bash
257258
run: |
258-
docker compose exec grr-client bash /configs/create_fake_user.sh
259+
docker compose exec grr-client bash /configs/client/create_fake_user.sh
259260
docker run \
260261
--add-host=host.docker.internal:host-gateway \
261262
-v $(pwd):/github_workspace \

0 commit comments

Comments
 (0)