Skip to content

Commit e11b002

Browse files
authored
Ensure quiet confirmation of tool download/install
1 parent 0662872 commit e11b002

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: dotnet build -m:1 -bl:build.binlog
7373

7474
- name: 🧪 test
75-
run: dnx retest -- --no-build
75+
run: dnx --yes retest -- --no-build
7676

7777
- name: 🐛 logs
7878
uses: actions/upload-artifact@v4

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: dotnet build -m:1 -bl:build.binlog
3535

3636
- name: 🧪 test
37-
run: dnx retest -- --no-build
37+
run: dnx --yes retest -- --no-build
3838

3939
- name: 🐛 logs
4040
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)