We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a51b3e4 commit 3a34d70Copy full SHA for 3a34d70
.github/workflows/astarte-end-to-end-test-workflow.yaml
@@ -92,7 +92,7 @@ jobs:
92
E2E_CHECK_REPETITIONS: 5
93
E2E_MAILER_TO_ADDRESS: mail@example.com
94
E2E_MAIL_SUBJECT: "Subj: Astarte Notification"
95
- run: docker run --env-file=<(env | grep '^E2E_') --network astarte --hostname "$E2E_HOST" astarte-e2e
+ run: docker run --env-file=<(env | grep '^E2E_') --network astarte --hostname "$E2E_HOST" --name "$E2E_HOST" astarte-e2e
96
- name: Check Docker
97
if: ${{ failure() }}
98
run: docker compose logs
0 commit comments