Skip to content

Commit

Permalink
fix: update broken macos testing github action (#1223)
Browse files Browse the repository at this point in the history
  • Loading branch information
charsleysa authored Apr 24, 2024
1 parent 79b06b5 commit 296242a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ jobs:
with:
name: macos-build-artifact
path: bin
- name: Install Qemu
run: brew install qemu
- name: Unit Test
run: dotnet bin/Mosa.Utility.UnitTests.dll -check -o${{ matrix.optimization }}

Expand Down Expand Up @@ -334,6 +336,8 @@ jobs:
with:
name: macos-build-artifact
path: bin
- name: Install Qemu
run: brew install qemu
- name: Demo Test - BareMetal Starter
run: dotnet bin/Mosa.Tool.Launcher.Console.dll bin/Mosa.BareMetal.Starter.x86.dll -o${{ matrix.optimization }} -check -test -output-counters
- name: Demo Test - BareMetal TestWorld
Expand Down

0 comments on commit 296242a

Please sign in to comment.