From 578c30d3ff7a6cf2e64ecb7b085a7090bf1f3e49 Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Wed, 24 Feb 2021 15:44:06 -0600 Subject: [PATCH] always run action --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) 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