Skip to content

Commit

Permalink
fix: update broken macos testing github action
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Charsley <charsleysa@gmail.com>
  • Loading branch information
charsleysa committed Apr 24, 2024
1 parent 79b06b5 commit 731fba9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/builds.yml
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 731fba9

Please sign in to comment.