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 4169691 commit 76abeddCopy full SHA for 76abedd
2 files changed
.github/workflows/build.yml
@@ -76,6 +76,8 @@ jobs:
76
run: dotnet build -m:1 -bl:build.binlog
77
78
- name: 🧪 test
79
+ env:
80
+ AZURE_WEBPUBSUB: ${{ secrets.AZURE_WEBPUBSUB }}
81
run: |
82
dotnet tool update -g dotnet-retest
83
dotnet retest -- --no-build
.github/workflows/publish.yml
@@ -38,6 +38,8 @@ jobs:
38
39
40
41
42
43
44
45
0 commit comments