Skip to content

Commit

Permalink
Update actions github
Browse files Browse the repository at this point in the history
  • Loading branch information
gideruette committed Nov 29, 2024
1 parent 160661c commit a1b953e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
dotnet-version: 9.0.x

- name: build
run: dotnet build -f net8.0
run: dotnet build -f net9.0

- name: modgen
run: dotnet run --project TopModel.Generator/TopModel.Generator.csproj -f net8.0 -- -c
run: dotnet run --project TopModel.Generator/TopModel.Generator.csproj -f net9.0 -- -c

- name: tmdgen
run: dotnet run --project TopModel.ModelGenerator/TopModel.ModelGenerator.csproj -f net8.0 -- -f samples/generators/open-api/tmdgen.config -c
run: dotnet run --project TopModel.ModelGenerator/TopModel.ModelGenerator.csproj -f net9.0 -- -f samples/generators/open-api/tmdgen.config -c

- name: Set up JDK 21
uses: actions/setup-java@v4
Expand Down

0 comments on commit a1b953e

Please sign in to comment.