don't try to fetch images
All checks were successful
Tests / Run integration tests (pull_request) Successful in 27m20s

This commit is contained in:
Roy Crihfield 2024-05-30 18:30:02 +08:00
parent b1700b5d6e
commit fa76e28e4e
2 changed files with 0 additions and 4 deletions

View File

@ -50,8 +50,6 @@ jobs:
- name: "Run fixturenet stack"
run: ./scripts/integration-setup.sh
env:
SKIP_BUILD: 1
- name: "Run server"
run: docker compose -f test/compose.yml up --wait --quiet-pull
- name: "Run tests"

View File

@ -20,8 +20,6 @@ set -x
if [[ -z $SKIP_BUILD ]]; then
$laconic_so setup-repositories
$laconic_so build-containers
else
$laconic_so fetch-containers --image-registry gitea.local:5555
fi
$laconic_so deploy \