Skip to content

Commit ff51828

Browse files
committed
fixup! chore: pluralize table names
1 parent 7e45a84 commit ff51828

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coder.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Install Protoc
8080
uses: arduino/setup-protoc@v1
8181
with:
82-
version: "3.6.1"
82+
version: "3.16.4"
8383
- uses: actions/setup-go@v2
8484
with:
8585
go-version: "^1.17"
@@ -370,4 +370,4 @@ jobs:
370370
DATADOG_API_KEY: ${{ secrets.DATADOG_API_KEY }}
371371
DD_CATEGORY: e2e
372372
GIT_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
373-
run: go run scripts/datadog-cireport/main.go site/test-results/junit.xml
373+
run: go run scripts/datadog-cireport/main.go site/test-results/junit.xml

0 commit comments

Comments
 (0)