From 0d512f64c2d6f9b9290d2d51bc24271556e13106 Mon Sep 17 00:00:00 2001 From: ionutboangiu Date: Thu, 4 Apr 2024 20:37:21 +0300 Subject: [PATCH] Run integration and flaky scripts separately in workflow flaky_test.sh failure will be ignored --- .github/workflows/integration_tests.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index ed0ac0e06..e8fff10af 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -51,3 +51,8 @@ jobs: - name: Run integration tests run: | sudo env "PATH=$PATH" ./integration_test.sh + + - name: Run flaky tests + continue-on-error: true + run: | + sudo env "PATH=$PATH" ./flaky_test.sh