diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index e5f0fb3bf8..20e299874e 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -447,3 +447,15 @@ jobs: run: dotnet bin/Mosa.Tool.Launcher.Console.dll bin/Mosa.BareMetal.HelloWorld.ARM32.dll -arm32 -o8 -check -launch-off -output-counters - name: ARM32 Compile Test - BareMetal HelloWorld - o9 run: dotnet bin/Mosa.Tool.Launcher.Console.dll bin/Mosa.BareMetal.HelloWorld.ARM32.dll -arm32 -o9 -check -launch-off -output-counters + + merge-artifacts: + name: Merge Artifacts + runs-on: ubuntu-latest + needs: [windows-unit-testing, linux-unit-testing, macos-unit-testing] + timeout-minutes: 15 + steps: + - name: Merge Artifacts + uses: actions/upload-artifact/merge@v4 + with: + name: counters-unit-tests + pattern: *-counters-*