From 628948d110c5fb8f84c87fa86ccaedc7c37afbec Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Wed, 12 Jul 2023 17:45:11 +0800 Subject: [PATCH] system-tests ref --- .gitea/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index cb7748a..e5187ec 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -78,9 +78,9 @@ jobs: uses: actions/checkout@v3 with: repository: cerc-io/system-tests - ref: roy/dev path: ./system-tests - name: "Run tests" + working-directory: ./system-tests run: | pytest -v \ --accounts-url="$GETH_BOOTNODE_URL/accounts.csv" \