Skip to content

Commit

Permalink
- testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tgiphil committed May 11, 2024
1 parent 17357e6 commit e9e8634
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-*

0 comments on commit e9e8634

Please sign in to comment.