From 71854b704d024c56fc8a2bfd2b80018cea2b82be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Mon, 6 Feb 2023 16:15:34 +0100 Subject: [PATCH] chore: add published ports to e2e test suite --- .github/workflows/common-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common-e2e.yml b/.github/workflows/common-e2e.yml index 18208d1b2..7cf39fd6e 100644 --- a/.github/workflows/common-e2e.yml +++ b/.github/workflows/common-e2e.yml @@ -87,7 +87,7 @@ jobs: tags: standardnotes/server:${{ github.sha }} - name: Run Server - run: docker run -d standardnotes/server:${{ github.sha }} + run: docker run -d -p 3123:3000 standardnotes/server:${{ github.sha }} env: EXPOSED_PORT: 3123 EXPOSED_FILES_SERVER_PORT: 3125