Skip to content

Commit

Permalink
Complete 'Github Actions' configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
lycantropos committed Jul 9, 2023
1 parent 7618479 commit 5687ac9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
run: python -m pip install -r requirements-tests.txt
- name: 'Publish project'
run: >
dotnet publish --property:PublishDir=$PWD/tests/
dotnet publish --property:CheckEolTargetFramework=false
--property:PublishDir=$PWD/tests/
--framework ${{
startsWith(matrix.dotnet_version, '5.') && 'net5.0'
|| startsWith(matrix.dotnet_version, '6.') && 'net6.0'
Expand Down

0 comments on commit 5687ac9

Please sign in to comment.