Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
stijuh committed Jun 8, 2023
2 parents f746808 + df385bf commit be288dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:

# This should be updated in the future to include actual signing and publishing for each platform.
jobs:
build:
build_and_test:
runs-on: windows-latest

steps:
Expand All @@ -35,4 +35,4 @@ jobs:
- name: Build
run: dotnet build GainsTracker.ClientNative/GainsTracker.ClientNative.csproj -c Release -f net7.0-android --no-restore
- name: Test
run: dotnet test --verbosity normal --no-restore
run: dotnet test --verbosity normal --no-restore

0 comments on commit be288dd

Please sign in to comment.