diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71d5b6669..c4151bda1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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