Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
chronark committed Dec 6, 2024
1 parent b8517bc commit 19c814a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/job_clickhouse_migration_preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:


- name: Migrate
run: goose clickhouse ${{ secrets.CLICKHOUSE_URL }} up
run: goose clickhouse "${{ secrets.CLICKHOUSE_URL }}" up
working-directory: internal/clickhouse/schema
3 changes: 1 addition & 2 deletions .github/workflows/job_clickhouse_migration_production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ jobs:


- name: Migrate
run: goose clickhouse ${{ secrets.CLICKHOUSE_URL }} up

run: goose clickhouse "${{ secrets.CLICKHOUSE_URL }}" up
working-directory: internal/clickhouse/schema

0 comments on commit 19c814a

Please sign in to comment.