Fix CI tests #1

Merged
roysc merged 2 commits from fix-ci into main 2024-05-30 11:12:25 +00:00
2 changed files with 1 additions and 4 deletions

View File

@ -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"

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 \