From 7bd29501c2fd81afd0807484de8f40c24f0647af Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Tue, 28 Jan 2025 16:07:41 +0000 Subject: [PATCH] chore: added test_suffixes to outputs --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4aa5252de0..8ac58fd744 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,6 +14,8 @@ jobs: setup: name: Setup & Build Appwrite Image runs-on: ubuntu-latest + outputs: + test_suffixes: ${{ steps.detect-tests.outputs.test_suffixes }} steps: - name: Checkout repository uses: actions/checkout@v4