don't try to fetch images
All checks were successful
Tests / Run integration tests (pull_request) Successful in 27m20s
All checks were successful
Tests / Run integration tests (pull_request) Successful in 27m20s
This commit is contained in:
parent
b1700b5d6e
commit
fa76e28e4e
@ -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"
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user