Skip to content

Commit 241114f

Browse files
committed
Add build step
1 parent 73b4439 commit 241114f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
run: npm run lint
3030
- name: Test
3131
run: docker compose -f docker-compose-test.yml run --rm test-frontend
32+
- name: Build
33+
run: docker compose -f docker-compose-prod.yml build frontend
3234
backend-ci:
3335
runs-on: ubuntu-latest
3436
strategy:
@@ -65,3 +67,5 @@ jobs:
6567
JWT_SECRET: ${{ secrets.JWT_SECRET }}
6668
ONE_COMPILER_KEY: ${{ secrets.ONE_COMPILER_KEY }}
6769
run: docker compose -f docker-compose-test.yml run --rm test-${{ matrix.service }}
70+
- name: Build
71+
run: docker compose -f docker-compose-prod.yml build ${{ matrix.service }}

0 commit comments

Comments
 (0)