Skip to content

Commit

Permalink
Use new dotnet-retest global tool
Browse files Browse the repository at this point in the history
Far better and native for dotnet test retries
  • Loading branch information
kzu committed Jul 21, 2024
1 parent 3aec4dc commit d5c74e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 62 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ jobs:
working-directory: samples/dotnet

- name: 🧪 test
uses: ./.github/workflows/test
with:
working-directory: samples/dotnet
run: |
dotnet tool update -g dotnet-retest
dotnet retest -- --no-build
- name: 🐛 logs
uses: actions/upload-artifact@v3
Expand Down
56 changes: 0 additions & 56 deletions .github/workflows/test/action.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .netconfig
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,3 @@
sha = 2f8a7d3dffc4409dbda61afb43326ab9d871c1ec
etag = c8f63b95f4631df1e1bdc1e3fa592260f40c86e36032a979b572b880cf5a4fff
weak
[file ".github/workflows/test/action.yml"]
url = https://github.com/devlooped/oss/blob/main/.github/workflows/test/action.yml
sha = 9a1b07589b9bde93bc12528e9325712a32dec418
etag = b54216ac431a83ce5477828d391f02046527e7f6fffd21da1d03324d352c3efb
weak

0 comments on commit d5c74e2

Please sign in to comment.