add secret for system-tests
Some checks failed
Tests / Run integration tests (pull_request) Failing after 3m1s

This commit is contained in:
Roy Crihfield 2024-05-30 16:56:55 +08:00
parent a46de8abdb
commit b1700b5d6e

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