File tree Expand file tree Collapse file tree 1 file changed +5
-16
lines changed
Expand file tree Collapse file tree 1 file changed +5
-16
lines changed Original file line number Diff line number Diff line change 77jobs :
88 integration-test :
99 runs-on : ubuntu-latest
10- timeout-minutes : 5
11-
10+ timeout-minutes : 10
11+
1212 steps :
1313 - name : Checkout code
1414 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1818 with :
1919 go-version : 1.24.2
2020 cache : true
21-
21+
2222 - name : Set up Docker Buildx
2323 uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435
24-
25- - name : Build Docker image
26- run : make docker-build
27- env :
28- DOCKER_BUILDKIT : 1
29-
30- - name : Verify Docker image
31- run : docker images | grep docker/model-runner
32-
24+
3325 - name : Run integration tests
34- working-directory : cmd/cli/commands
35- run : go test -v -tags=integration -timeout=5m -run TestIntegration_PullModel
36- env :
37- CGO_ENABLED : 1
26+ run : make integration-tests
You can’t perform that action at this time.
0 commit comments