From 2063fb5051964ff8ae2d36d7d54bdc79ac1cf758 Mon Sep 17 00:00:00 2001 From: Adamantios Date: Wed, 5 Jun 2024 18:41:52 +0300 Subject: [PATCH] fix: create `store_path` for the tests --- .github/workflows/common_checks.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/common_checks.yaml b/.github/workflows/common_checks.yaml index 1d980974c..7a35dd5e8 100644 --- a/.github/workflows/common_checks.yaml +++ b/.github/workflows/common_checks.yaml @@ -151,6 +151,8 @@ jobs: - uses: actions/setup-go@v3 with: go-version: "1.17.7" + - name: Create decision maker's `store_path` (data folder) + run: mkdir data - if: matrix.os == 'ubuntu-latest' name: Install dependencies (ubuntu-latest) run: |