mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-01-29 09:18:12 -05:00
Compare commits
1 Commits
processing
...
dgraph-int
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ffebc41f0f |
@@ -451,23 +451,23 @@ steps:
|
|||||||
mssql \
|
mssql \
|
||||||
mssql
|
mssql
|
||||||
|
|
||||||
# - id: "dgraph"
|
- id: "dgraph"
|
||||||
# name: golang:1
|
name: golang:1
|
||||||
# waitFor: ["compile-test-binary"]
|
waitFor: ["compile-test-binary"]
|
||||||
# entrypoint: /bin/bash
|
entrypoint: /bin/bash
|
||||||
# env:
|
env:
|
||||||
# - "GOPATH=/gopath"
|
- "GOPATH=/gopath"
|
||||||
# - "DGRAPH_URL=$_DGRAPHURL"
|
- "DGRAPH_URL=$_DGRAPHURL"
|
||||||
# volumes:
|
volumes:
|
||||||
# - name: "go"
|
- name: "go"
|
||||||
# path: "/gopath"
|
path: "/gopath"
|
||||||
# args:
|
args:
|
||||||
# - -c
|
- -c
|
||||||
# - |
|
- |
|
||||||
# .ci/test_with_coverage.sh \
|
.ci/test_with_coverage.sh \
|
||||||
# "Dgraph" \
|
"Dgraph" \
|
||||||
# dgraph \
|
dgraph \
|
||||||
# dgraph
|
dgraph
|
||||||
|
|
||||||
- id: "http"
|
- id: "http"
|
||||||
name: golang:1
|
name: golang:1
|
||||||
|
|||||||
Reference in New Issue
Block a user