Skip to content

Commit

Permalink
try to fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmarxm committed Jul 25, 2024
1 parent b974b31 commit 6c70f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:

- name: Run Integration Tests for Postgres
working-directory: connectors/${{ steps.get_connector.outputs.connector }}/integration_test
run: dbt run --target postgres --vars '{"target_database": "postgres", "zendesk_database": "postgres"}'
run: dbt run --target postgres --vars '{\"target_database\": \"postgres\", \"zendesk_database\": \"postgres\"}'

0 comments on commit 6c70f05

Please sign in to comment.