Skip to content

Commit 4e12b9a

Browse files
committed
include dev.yml (temp for Shopify)
1 parent 3f8fad4 commit 4e12b9a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

dev.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: gh-ost
2+
3+
env:
4+
TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE: /var/run/docker.sock
5+
TESTCONTAINERS_RYUK_DISABLED: "true"
6+
7+
up:
8+
- go:
9+
version: "1.22.12"
10+
- podman
11+
- custom:
12+
name: Go Dependencies
13+
met?: go mod download
14+
meet: echo 'go mod failed to download dependencies'; false
15+
16+
commands:
17+
test:
18+
desc: Run all the tests.
19+
run: |
20+
export DOCKER_HOST=unix://$(podman machine inspect --format '{{.ConnectionInfo.PodmanSocket.Path}}')
21+
script/test

0 commit comments

Comments
 (0)