We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff8b7b commit fddfd89Copy full SHA for fddfd89
.github/workflows/build.yml
@@ -72,9 +72,7 @@ jobs:
72
run: dotnet build -m:1 -bl:build.binlog
73
74
- name: 🧪 test
75
- run: |
76
- dotnet tool update -g dotnet-retest
77
- dotnet retest -- --no-build
+ run: dnx retest -- --no-build
78
79
- name: 🐛 logs
80
uses: actions/upload-artifact@v4
.github/workflows/publish.yml
@@ -34,9 +34,7 @@ jobs:
34
35
36
37
38
39
40
41
42
0 commit comments