From 87c6a8d0e1d4c1a1fb9e23aa2de6ddecb05ae0a1 Mon Sep 17 00:00:00 2001 From: Ved Patwardhan <54766411+vedpatwardhan@users.noreply.github.com> Date: Wed, 1 Nov 2023 08:09:06 +0000 Subject: [PATCH] minor change --- .github/workflows/array-api-intelligent-tests-pr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/array-api-intelligent-tests-pr.yml b/.github/workflows/array-api-intelligent-tests-pr.yml index 67f7d5aa6feef..2bb007f86ba61 100644 --- a/.github/workflows/array-api-intelligent-tests-pr.yml +++ b/.github/workflows/array-api-intelligent-tests-pr.yml @@ -65,6 +65,7 @@ jobs: cd ivy python scripts/determine_tests/array_api_determine_tests.py python scripts/run_tests/array_api_run_tests_pr.py new_failures_${{ matrix.branch }}.txt | tee test_results_${{ matrix.branch }}.txt + cd .. continue-on-error: true - name: Upload test results