ci
This commit is contained in:
parent
cb301a9429
commit
9e72979aeb
@ -19,9 +19,12 @@ jobs:
|
|||||||
go-version-file: 'go.mod'
|
go-version-file: 'go.mod'
|
||||||
check-latest: true
|
check-latest: true
|
||||||
- name: "Run DB container"
|
- name: "Run DB container"
|
||||||
run: docker -l debug compose -f test/compose.yml up --wait
|
run: |
|
||||||
- name: "Run tests"
|
set -x
|
||||||
run: go test -v ./...
|
docker -l debug compose -f test/compose.yml up --wait
|
||||||
|
go test -v ./...
|
||||||
|
# - name: "Run tests"
|
||||||
|
# run: go test -v ./...
|
||||||
|
|
||||||
integration-tests:
|
integration-tests:
|
||||||
name: "Run integration tests"
|
name: "Run integration tests"
|
||||||
|
@ -16,8 +16,7 @@ echo CERC_STATEDIFF_DB_GOOSE_MIN_VER=18 >> $CONFIG_DIR/stack.env
|
|||||||
# Build and deploy a cluster with only what we need from the stack
|
# Build and deploy a cluster with only what we need from the stack
|
||||||
$laconic_so setup-repositories \
|
$laconic_so setup-repositories \
|
||||||
--exclude github.com/dboreham/foundry,github.com/cerc-io/tx-spammer,github.com/cerc-io/ipld-eth-server,git.vdb.to/cerc-io/plugeth,git.vdb.to/cerc-io/plugeth-statediff \
|
--exclude github.com/dboreham/foundry,github.com/cerc-io/tx-spammer,github.com/cerc-io/ipld-eth-server,git.vdb.to/cerc-io/plugeth,git.vdb.to/cerc-io/plugeth-statediff \
|
||||||
--branches-file ./test/stack-refs.txt \
|
--branches-file ./test/stack-refs.txt
|
||||||
--git-ssh
|
|
||||||
|
|
||||||
$laconic_so build-containers \
|
$laconic_so build-containers \
|
||||||
--exclude cerc/ipld-eth-server,cerc/keycloak,cerc/tx-spammer,cerc/foundry
|
--exclude cerc/ipld-eth-server,cerc/keycloak,cerc/tx-spammer,cerc/foundry
|
||||||
|
Loading…
Reference in New Issue
Block a user