Skip to content

Commit

Permalink
copy config file
Browse files Browse the repository at this point in the history
  • Loading branch information
gc committed Jul 8, 2024
1 parent 6fb39ef commit 6760a69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6760a69

Please sign in to comment.