We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b4439 commit 241114fCopy full SHA for 241114f
.github/workflows/ci.yml
@@ -29,6 +29,8 @@ jobs:
29
run: npm run lint
30
- name: Test
31
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
34
backend-ci:
35
runs-on: ubuntu-latest
36
strategy:
@@ -65,3 +67,5 @@ jobs:
65
67
JWT_SECRET: ${{ secrets.JWT_SECRET }}
66
68
ONE_COMPILER_KEY: ${{ secrets.ONE_COMPILER_KEY }}
69
run: docker compose -f docker-compose-test.yml run --rm test-${{ matrix.service }}
70
71
+ run: docker compose -f docker-compose-prod.yml build ${{ matrix.service }}
0 commit comments