From 150ad5e67e095b8f66855a44b1a9ca25c58d2ce0 Mon Sep 17 00:00:00 2001 From: Jan Date: Tue, 12 Dec 2023 00:57:18 +0100 Subject: [PATCH] Make sure all tests need to pass for ci to pass, not just last --- .github/workflows/ci.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 023d47acb..a705f15f5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,10 +45,10 @@ jobs: - name: Test working-directory: ${{ github.workspace }}/build/lib/Release_x86/tests run: | - ./ObjCommonTests - ./ObjLoadingTests - ./ParserTests - ./ZoneCodeGeneratorLibTests + ./ObjCommonTests && \ + ./ObjLoadingTests && \ + ./ParserTests && \ + ./ZoneCodeGeneratorLibTests && \ ./ZoneCommonTests - name: Upload artifacts uses: actions/upload-artifact@v3 @@ -86,10 +86,10 @@ jobs: - name: Test working-directory: ${{ github.workspace }}/build/lib/Release_x86/tests run: | - ./ObjCommonTests - ./ObjLoadingTests - ./ParserTests - ./ZoneCodeGeneratorLibTests + ./ObjCommonTests && \ + ./ObjLoadingTests && \ + ./ParserTests && \ + ./ZoneCodeGeneratorLibTests && \ ./ZoneCommonTests - name: Upload artifacts uses: actions/upload-artifact@v3