Skip to content

Commit

Permalink
Update Docker Container Name
Browse files Browse the repository at this point in the history
  • Loading branch information
speatzle committed Aug 13, 2024
1 parent 1499a80 commit 1bbe7dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
docker ps -a
- name: "Test"
run: |
docker exec docker-compose_passbolt_1 sh -c '/usr/bin/wait-for.sh -t 30 localhost:443'
output=$(docker exec docker-compose_passbolt_1 sh -c 'su -m -c "/usr/share/php/passbolt/bin/cake \
docker exec docker-compose-passbolt-1 sh -c '/usr/bin/wait-for.sh -t 30 localhost:443'
output=$(docker exec docker-compose-passbolt-1 sh -c 'su -m -c "/usr/share/php/passbolt/bin/cake \
passbolt register_user \
-u [email protected] \
-f yourname \
Expand Down

0 comments on commit 1bbe7dc

Please sign in to comment.