Skip to content

Commit

Permalink
Update unittests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brminnick committed May 26, 2024
1 parent 349be3b commit dbd77fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
GitHubApiStatusUnitTestDirectory=`dirname $GitHubApiStatusUnitTestProject`
echo $GitHubApiStatusUnitTestDirectory
dotnet test $GitHubApiStatusUnitTestDirectory -c 'Release' -a x64
dotnet test $GitHubApiStatusUnitTestDirectory -c 'Release' -a x86_64
- name: Run GitHubApiStatus.Extensions.UnitTests
run: |
Expand Down

0 comments on commit dbd77fc

Please sign in to comment.