diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7945398a4..908b08692 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,7 @@ jobs: - name: Run Tests and Upload Coverage Report run: mix coveralls.github --umbrella - uses: actions/upload-artifact@v2 + if: ${{ always() }} with: name: test screenshots path: apps/fg_http/screenshots