Skip to content

Commit

Permalink
asyncapi#207 generate code from spec: dotnet restore after building src
Browse files Browse the repository at this point in the history
  • Loading branch information
Senn Geerts authored and Senn Geerts committed Jul 21, 2024
1 parent dc2a3e1 commit fa3fcc6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:
uses: ./.github/npm
- name: Run dotnet build src
run: dotnet build ./src/Saunter-src.slnf --configuration Debug
- name: Run dotnet restore
run: dotnet restore
- name: Run dotnet build all
run: dotnet build --configuration Debug
run: dotnet build --configuration Debug --no-restore
- name: unit test
run: dotnet test --no-build --configuration Debug

Expand Down

0 comments on commit fa3fcc6

Please sign in to comment.