Skip to content

Commit

Permalink
Fix: Framework taget
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaSasDev committed Jan 6, 2025
1 parent 2130639 commit a88dde9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- 'v*.*.*' # Match version tags like v1.0.0

workflow_dispatch:


jobs:
build:
Expand All @@ -31,10 +30,10 @@ jobs:
# Ensure that the tests must pass
# The job will fail automatically if any test fails because `dotnet test` exits with a non-zero code
- name: Run tests - Tests.AterraEngine.Unions
run: dotnet run -c Release --no-restore --no-build
run: dotnet run -c Release --no-restore --no-build --framework net9.0
working-directory: "tests/Tests.AterraEngine.Unions"
- name: Run tests - Tests.AterraEngine.Unions.Generators
run: dotnet run -c Release --no-restore --no-build
run: dotnet run -c Release --no-restore --no-build --framework net9.0
working-directory: "tests/Tests.AterraEngine.Unions.Generators"

- name: Publish to NuGet
Expand Down

0 comments on commit a88dde9

Please sign in to comment.