diff --git a/.github/actions/get-view/action.yml b/.github/actions/get-view/action.yml index fb6d9e0d..eef12ce2 100644 --- a/.github/actions/get-view/action.yml +++ b/.github/actions/get-view/action.yml @@ -2,5 +2,8 @@ name: pull view action runs: steps: - run: mkdir view && cd view + shell: bash - run: wget https://github.com/metrico/qryn-view/releases/download/$INPUT_TAG/dist.zip + shell: bash - run: unzip dist.zip && rm dist.zip + shell: bash diff --git a/.github/workflows/node-clickhouse.js.yml b/.github/workflows/node-clickhouse.js.yml index e7b34625..0461d118 100644 --- a/.github/workflows/node-clickhouse.js.yml +++ b/.github/workflows/node-clickhouse.js.yml @@ -45,6 +45,8 @@ jobs: uses: ./.github/actions/get-view with: tag: v3.3.2 + - name: check if qryn-view pulled + run: pushd view && ls | grep assets && popd - run: npm install - run: npm run postinstall - run: git submodule init