Skip to content

Commit

Permalink
- WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
tgiphil committed May 10, 2024
1 parent e6d2f90 commit 5222bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ jobs:
- name: Make Artifact Folder
run: mkdir artifact
- name: Unit Test
run: dotnet bin/Mosa.Utility.UnitTests.dll -check -o${{ matrix.optimization }} -macos artifact/macos-counters-unittest-o${{ matrix.optimization }}.txt
run: dotnet bin/Mosa.Utility.UnitTests.dll -check -o${{ matrix.optimization }} artifact/macos-counters-unittest-o${{ matrix.optimization }}.txt
- name: Store Counter Artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5222bbf

Please sign in to comment.