Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Sep 5, 2024
1 parent cef43bc commit f8d01ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/get-view/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions .github/workflows/node-clickhouse.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f8d01ae

Please sign in to comment.