Skip to content

Commit

Permalink
ci: Add continue-on-error flag to backend-lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed Dec 8, 2023
1 parent 3e5421a commit f107498
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: sudo docker-compose --env-file .env-github-actions run server bash -c "flake8"
- name: Lint Backend
continue-on-error: true
run: sudo docker-compose --env-file .env-github-actions run server bash -c "flake8"

frontend-test:
name: Test Frontend
Expand Down

0 comments on commit f107498

Please sign in to comment.