Skip to content

Commit

Permalink
Merge branch 'main' into fix/improve-modal-location
Browse files Browse the repository at this point in the history
  • Loading branch information
Lealefoulon committed Jan 6, 2025
2 parents e4f9e23 + 6d522f0 commit 1d64190
Show file tree
Hide file tree
Showing 4 changed files with 565 additions and 384 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/metabase_export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
echo "METABASE_DATABASE_URL=${{ secrets.METABASE_EXPORT_METABASE_DATABASE_URL }}" >> .env
- name: Run export
run: make ci_metabase_export
run: make ci_metabase_export BIN_PHP="php" BIN_CONSOLE="php bin/console" BIN_COMPOSER="composer"
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ ci_metabase_migrate: ## Run CI steps for Metabase Migrate workflow
make metabase_migrate

ci_metabase_export: ## Export data to Metabase
make composer CMD="install -n --prefer-dist"
scalingo login --ssh --ssh-identity ~/.ssh/id_rsa
./tools/scalingodbtunnel dialog-metabase --host-url --port 10001 & ./tools/wait-for-it.sh 127.0.0.1:10001
make console CMD="app:metabase:export"
Expand Down
Loading

0 comments on commit 1d64190

Please sign in to comment.