Skip to content

Commit

Permalink
Use run-tests-action integrity tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBoike committed Jun 5, 2024
1 parent fbf2b2c commit 793311e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,11 @@ jobs:
retention-days: 7
- name: Run tests
uses: Particular/run-tests-action@v1.7.0
repo-integrity:
name: Repo integrity
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Repo integrity tests
uses: Particular/repo-integrity-action@main
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 8.0.x
- name: Repo integrity tests
uses: Particular/repo-integrity-action@main
- name: Build
run: dotnet build src --configuration Release
- name: Sign NuGet packages
Expand Down

0 comments on commit 793311e

Please sign in to comment.