diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e98a879c..2396402c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -6,7 +6,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: unzip the file - run: unzip ./tests/regtestNetwork.zip + run: unzip src/tests/regtestNetwork.zip - name: list files run: ls -la - name: Build the stack