Skip to content

Commit

Permalink
CI: don't treat warnings as errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkhamez committed Dec 24, 2020
1 parent 331941c commit b1ff08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
node-version: 12
- name: Build frontend
run: cd frontend && yarn install && yarn build
run: cd frontend && yarn install && CI=false yarn build
- name: Build backend
run: |
./gradlew buildGraph
Expand Down

0 comments on commit b1ff08f

Please sign in to comment.