From f5ea0d8346f5fb547339adfdc69b41aa1ad152d2 Mon Sep 17 00:00:00 2001 From: "wojciech.stechura" Date: Tue, 26 Nov 2024 15:15:40 +0100 Subject: [PATCH] Fix build-test-and-upload workflow --- .github/workflows/build-test-and-upload.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test-and-upload.yaml b/.github/workflows/build-test-and-upload.yaml index a50d00d..c34beec 100644 --- a/.github/workflows/build-test-and-upload.yaml +++ b/.github/workflows/build-test-and-upload.yaml @@ -29,7 +29,9 @@ jobs: uses: ./.github/actions/setup-build-environment - name: Build the collection uses: ./.github/actions/build-collection - - name: Run tests - uses: ./.github/actions/run-tests + - name: Run sanity tests + uses: ./.github/actions/run-sanity-tests + - name: Run component tests + uses: ./.github/actions/run-component-tests - name: Upload the collection uses: ./.github/actions/upload-collection