diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7a408c5a..4d841aca 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 - uses: unzip tests/regtestNetwork.zip + run: unzip tests/regtestNetwork.zip - name: list files run: ls -la - name: Build the stack