From 87bb493db0dd1e1ac8d1c0852bac5482c51b310d Mon Sep 17 00:00:00 2001 From: ZyMa-2 <57665203+ZyMa-1@users.noreply.github.com> Date: Sun, 18 Jun 2023 18:59:56 +0600 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3a6af26..ef9dae1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,6 +34,7 @@ jobs: with: name: Test Results - ${{ matrix.os }} path: test-reports + - name: Set test status if: steps.tests.outcome == 'success' run: echo "::set-output name=tests-passed::true" \ No newline at end of file