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 7e45a84 commit ff51828Copy full SHA for ff51828
.github/workflows/coder.yaml
@@ -79,7 +79,7 @@ jobs:
79
- name: Install Protoc
80
uses: arduino/setup-protoc@v1
81
with:
82
- version: "3.6.1"
+ version: "3.16.4"
83
- uses: actions/setup-go@v2
84
85
go-version: "^1.17"
@@ -370,4 +370,4 @@ jobs:
370
DATADOG_API_KEY: ${{ secrets.DATADOG_API_KEY }}
371
DD_CATEGORY: e2e
372
GIT_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
373
- run: go run scripts/datadog-cireport/main.go site/test-results/junit.xml
+ run: go run scripts/datadog-cireport/main.go site/test-results/junit.xml
0 commit comments