From 6760a69da609e91e4d86565679f4dda4de6f43a5 Mon Sep 17 00:00:00 2001 From: gc <30398469+gc@users.noreply.github.com> Date: Tue, 9 Jul 2024 07:59:58 +1000 Subject: [PATCH] copy config file --- .github/workflows/integration_tests.yml | 2 +- dockerfile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index dca161b183..165927f7c5 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -19,5 +19,5 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - - name: Set up Docker Buildx + - name: Run Integration Tests run: docker-compose up --build --abort-on-container-exit diff --git a/dockerfile b/dockerfile index 0bf6287bf3..3e786d6381 100644 --- a/dockerfile +++ b/dockerfile @@ -22,6 +22,7 @@ COPY . . ENV CI=true RUN cp .env.test .env +RUN cp src/config.example.ts src/config.ts RUN yarn run build:esbuild