Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bertt authored Mar 27, 2024
1 parent efa8f58 commit f6f9df9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.100
- name: Build
working-directory: src
run: dotnet build --configuration Release
- name: Test
working-directory: src
working-directory: tests
run: dotnet test --configuration Release

publishdocker:
Expand Down

0 comments on commit f6f9df9

Please sign in to comment.