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