Skip to content

Commit

Permalink
Merge pull request #128 from nicolelim02/chore/build
Browse files Browse the repository at this point in the history
Comment out build step
  • Loading branch information
guanquann authored Nov 13, 2024
2 parents d4009ba + fe3e5b6 commit e6dfd6a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
run: npm run lint
- name: Test
run: docker compose -f docker-compose-test.yml run --rm test-frontend
- name: Build
run: docker compose -f docker-compose-prod.yml build frontend
# - name: Build
# run: docker compose -f docker-compose-prod.yml build frontend
backend-ci:
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -67,5 +67,5 @@ jobs:
JWT_SECRET: ${{ secrets.JWT_SECRET }}
ONE_COMPILER_KEY: ${{ secrets.ONE_COMPILER_KEY }}
run: docker compose -f docker-compose-test.yml run --rm test-${{ matrix.service }}
- name: Build
run: docker compose -f docker-compose-prod.yml build ${{ matrix.service }}
# - name: Build
# run: docker compose -f docker-compose-prod.yml build ${{ matrix.service }}

0 comments on commit e6dfd6a

Please sign in to comment.