From 4dd0cc108ae62cf28c8eb26ca144897fe44eb106 Mon Sep 17 00:00:00 2001 From: Alexander Korolev Date: Sat, 30 Mar 2024 15:12:31 +0100 Subject: [PATCH] correct options --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 82f2160..dadefb3 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -20,7 +20,7 @@ jobs: ports: - "8080:8080" options: >- - --entrypoint start-dev + start-dev runs-on: ubuntu-latest steps: