From c8f8fe39d8486845bf19b598b8fdbaa900828b21 Mon Sep 17 00:00:00 2001 From: Abdul Rabbani Date: Thu, 9 Jun 2022 12:19:26 -0400 Subject: [PATCH] Try using the absolute path --- .github/workflows/system-tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/system-tests.yml b/.github/workflows/system-tests.yml index 0877f8a..447a254 100644 --- a/.github/workflows/system-tests.yml +++ b/.github/workflows/system-tests.yml @@ -55,9 +55,7 @@ jobs: - name: Create config file run: | - echo vulcanize_ipld_ethcl_db=./ipld-ethcl-db/ > ./config.sh - echo vulcanize_ipld_ethcl_indexer=./ipld-ethcl-indexer >> ./config.sh - echo ethcl_capture_mode=boot >> ./config.sh + echo vulcanize_ipld_ethcl_db=$(pwd)/ipld-ethcl-db > ./config.sh cat ./config.sh - name: Run docker compose