File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -531,9 +531,6 @@ jobs:
531
531
with :
532
532
api-key : ${{ secrets.DATADOG_API_KEY }}
533
533
534
- # NOTE: this could instead be defined as a matrix strategy, but we want to
535
- # only block merging if tests on postgres 13 fail. Using a matrix strategy
536
- # here makes the check in the above `required` job rather complicated.
537
534
test-go-pg-17 :
538
535
runs-on : ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-latest' }}
539
536
needs :
@@ -926,6 +923,7 @@ jobs:
926
923
- lint
927
924
- gen
928
925
- test-go-pg
926
+ - test-go-pg-17
929
927
- test-go-race-pg
930
928
- test-js
931
929
- test-e2e
@@ -948,6 +946,7 @@ jobs:
948
946
echo "- lint: ${{ needs.lint.result }}"
949
947
echo "- gen: ${{ needs.gen.result }}"
950
948
echo "- test-go-pg: ${{ needs.test-go-pg.result }}"
949
+ echo "- test-go-pg-17: ${{ needs.test-go-pg-17.result }}"
951
950
echo "- test-go-race-pg: ${{ needs.test-go-race-pg.result }}"
952
951
echo "- test-js: ${{ needs.test-js.result }}"
953
952
echo "- test-e2e: ${{ needs.test-e2e.result }}"
You can’t perform that action at this time.
0 commit comments