From 05def6f13c46c83f454487796a0c6e6e248534c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Gonz=C3=A1lez?= Date: Tue, 1 Oct 2024 09:27:46 -0400 Subject: [PATCH] temp: run the whole suite --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce9db13b..a474b9ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,6 +67,7 @@ jobs: 257477529851.dkr.ecr.us-east-1.amazonaws.com/openedx-codejail tail -f /dev/null - name: Run Non Proxy Tests + continue-on-error: true run: docker exec -t codejail bash -c 'make clean && make test_no_proxy' - name: Run Proxy Tests