Skip to content

Commit

Permalink
Last Last version HW#8 whith CI cube API test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mishganio committed Oct 19, 2023
1 parent 4b1c0b1 commit 5fa6212
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: cube api
uses: kzzzr/mybi-dbt-action@v4
with:
command: curl -H "Authorization: token" -G --data-urlencode 'query={"measures":["f_tracker.bounces"]}' http://cube:4000/cubejs-api/v1/load
command: curl -H "Authorization:token" -G --data-urlencode 'query={"measures":["f_tracker.bounces"]}' http://cube:4000/cubejs-api/v1/load
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
# if: ${{ failure() }}
Expand Down
Binary file modified metabase/metabase.db/metabase.db.mv.db
Binary file not shown.

0 comments on commit 5fa6212

Please sign in to comment.