Skip to content

Commit

Permalink
Merge branch 'v7/contrib' into contrib
Browse files Browse the repository at this point in the history
  • Loading branch information
nikcio committed Dec 30, 2024
2 parents 631fb4a + fc35565 commit 4dd841b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,13 @@ jobs:
run: dotnet build -c Release --no-restore /p:Version=${VERSION}
working-directory: ./

- name: Test
run: dotnet test -c Release --no-build /p:Version=${VERSION}
working-directory: ./
- name: Unit Tests
run: dotnet run /p:Version=${VERSION}
working-directory: ./src/Nikcio.UHeadless.UnitTests

- name: Integration Tests
run: dotnet run /p:Version=${VERSION}
working-directory: ./src/Nikcio.UHeadless.IntegrationTests

- name: Pack nugets
run: dotnet pack -c Release --no-build --output ./releases /p:Version=${VERSION}
Expand Down

0 comments on commit 4dd841b

Please sign in to comment.