From 8e872e619b2ac985620e289ef82950aa58d2a2b2 Mon Sep 17 00:00:00 2001 From: Mitchell Hanberg Date: Thu, 23 Jul 2020 21:17:11 -0400 Subject: [PATCH] Retry integration tests up to 2 more times --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d44670d..fd59bda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,6 +62,7 @@ jobs: with: otp-version: ${{matrix.otp}} elixir-version: ${{matrix.elixir}} + - uses: actions/cache@v1 id: cache with: @@ -73,7 +74,7 @@ jobs: run: mix deps.get - name: Run Tests - run: mix test + run: mix test || mix test --failed || mix test --failed env: MIX_ENV: test