Fix CI tests #1

Merged
roysc merged 2 commits from fix-ci into main 2024-05-30 11:12:25 +00:00
Showing only changes of commit b1700b5d6e - Show all commits

View File

@ -43,6 +43,7 @@ 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