We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01c9872 commit fda4292Copy full SHA for fda4292
1 file changed
.github/workflows/build.yml
@@ -248,14 +248,15 @@ jobs:
248
- name: Start docker compose stack
249
shell: bash
250
run: |
251
+ docker_config_files/init_certs.sh
252
docker compose \
- -f docker-compose.yaml \
253
- -f docker-compose.testing.yaml \
+ -f compose.yaml \
254
+ -f compose.testing.yaml \
255
up -d --wait
256
- name: Test
257
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
260
docker run \
261
--add-host=host.docker.internal:host-gateway \
262
-v $(pwd):/github_workspace \
0 commit comments