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