Skip to content

Commit

Permalink
fix path to create fake user
Browse files Browse the repository at this point in the history
  • Loading branch information
s-westphal committed Apr 12, 2024
1 parent 8c7a358 commit 0944fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ jobs:
- 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 0944fd1

Please sign in to comment.