don't run ipld-eth-server in tests
All checks were successful
Unit and integration tests / Run unit tests (pull_request) Successful in 10m28s
Unit and integration tests / Run integration tests (pull_request) Successful in 47m28s

This commit is contained in:
Roy Crihfield 2024-08-05 12:48:24 -05:00
parent a931f0eeb1
commit 9c754d2a9b

View File

@ -21,11 +21,14 @@ if [[ -z $SKIP_BUILD ]]; then
# Prevent conflicting tty output
export BUILDKIT_PROGRESS=plain
$laconic_so setup-repositories
$laconic_so build-containers
$laconic_so setup-repositories \
--exclude git.vdb.to/cerc-io/ipld-eth-server
$laconic_so build-containers \
--exclude cerc/ipld-eth-server
fi
if ! $laconic_so deploy \
--exclude ipld-eth-server \
--env-file $CONFIG_DIR/stack.env \
--cluster test up
then