Skip to content

Commit

Permalink
Fixed syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
garioncox committed Feb 28, 2024
1 parent 0e7f9b5 commit 1a4d015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/TestRunner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
dotnet-version: ${{ env.DOTNET_CORE_VERSION }}
# - name: Install dependencies
# run: dotnet restore
- name: Build
run: dotnet build
# - name: Build
# run: dotnet build
- name: Test with the dotnet CLI
run: dotnet test

0 comments on commit 1a4d015

Please sign in to comment.