Fix CI tests (#1)
All checks were successful
Tests / Run integration tests (push) Successful in 26m35s
All checks were successful
Tests / Run integration tests (push) Successful in 26m35s
Reviewed-on: #1
This commit is contained in:
parent
a46de8abdb
commit
ac25a64cb4
@ -43,14 +43,13 @@ jobs:
|
||||
repository: cerc-io/system-tests
|
||||
ref: ${{ env.SYSTEM_TESTS_REF }}
|
||||
path: ./system-tests
|
||||
token: ${{ secrets.CICD_REPO_TOKEN }}
|
||||
- name: "Install pytest"
|
||||
working-directory: ./system-tests
|
||||
run: pip3 install pytest
|
||||
|
||||
- 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