Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #158 from keiji/setup_ci_test
Browse files Browse the repository at this point in the history
GitHub Actionsのセットアップ(UnitTest)
  • Loading branch information
keiji authored May 11, 2021
2 parents 7038d42 + 77d370c commit ed5b702
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
- name: Prepare
run: |
nuget restore Covid19Radar.sln
- name: Tests
run: |
dotnet test Covid19Radar/Tests/Covid19Radar.UnitTests/
env:
DOTNET_CLI_TELEMETRY_OPTOUT: true
- name: Android.Debug
run: |
cd Covid19Radar
Expand Down

0 comments on commit ed5b702

Please sign in to comment.