From 4fee79c06f40a8483b7d5254f636aeb8368195bf Mon Sep 17 00:00:00 2001 From: Khushboo Date: Thu, 5 Sep 2024 11:21:21 +0530 Subject: [PATCH] Update e2e-test.yml removing - from the docker compose command --- .github/workflows/e2e-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 4adbc3d2..2299e2e6 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -1,3 +1,4 @@ + name: E2E Test run-name: Headless E2E tests for Adyen Shopware Plugin @@ -64,4 +65,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: html-report - path: test-report \ No newline at end of file + path: test-report