Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentM-Ubi committed Apr 25, 2022
1 parent 5c99bee commit 7b97115
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ on:

jobs:
build_and_test:
name: Build & Test
runs-on: 'windows-latest'
env:
TestResultsDirectory: ${{ github.workspace}}/TestResults
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -18,7 +17,7 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Run tests
run: dotnet test --configuration Release --logger trx --results-directory "${{ env.TestResultsDirectory }}"
run: dotnet test --configuration Release
release:
name: Release
needs: [ build_and_test ]
Expand Down

0 comments on commit 7b97115

Please sign in to comment.