From 9858fce61e85f481ebca145e37b1eebe1d6d7ef5 Mon Sep 17 00:00:00 2001 From: hatim boufnichel Date: Thu, 25 Apr 2024 19:15:47 +0200 Subject: [PATCH] up --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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