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 0662872 commit e11b002Copy full SHA for e11b002
.github/workflows/build.yml
@@ -72,7 +72,7 @@ jobs:
72
run: dotnet build -m:1 -bl:build.binlog
73
74
- name: 🧪 test
75
- run: dnx retest -- --no-build
+ run: dnx --yes retest -- --no-build
76
77
- name: 🐛 logs
78
uses: actions/upload-artifact@v4
.github/workflows/publish.yml
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
0 commit comments