Skip to content

Commit

Permalink
Update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
s-westphal committed Apr 16, 2024
1 parent 6af38a2 commit 6bb1149
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,14 +248,15 @@ jobs:
- name: Start docker compose stack
shell: bash
run: |
./docker_config_files/init_certs.sh
docker compose \
-f docker-compose.yaml \
-f docker-compose.testing.yaml \
up -d --wait
- name: Test
shell: bash
run: |
docker compose exec grr-client bash /configs/create_fake_user.sh
docker compose exec grr-client bash /configs/client/create_fake_user.sh
docker run \
--add-host=host.docker.internal:host-gateway \
-v $(pwd):/github_workspace \
Expand Down

0 comments on commit 6bb1149

Please sign in to comment.