Skip to content

Commit

Permalink
test job is working
Browse files Browse the repository at this point in the history
  • Loading branch information
anhnguyenct committed Sep 21, 2023
1 parent 6c91f7a commit fc8fb91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
on: [push]

jobs:
build:
buildAndTest:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -15,4 +15,4 @@ jobs:
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-restore
run: dotnet test --no-restore --verbosity normal

0 comments on commit fc8fb91

Please sign in to comment.