Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanctoth committed Jan 10, 2024
1 parent 483a27f commit 3e2c560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
mkdir -p ~/.dbt
echo $PROFILES_YML > ~/.dbt/profiles.yml
echo "Number of lines in ~/.dbt/profiles.yml: $(wc -l ~/.dbt/profiles.yml)"
echo "Number of chars in ~/.dbt/profiles.yml: $(wc -c ~/.dbt/profiles.yml)"
cat ~/.dbt/profiles.yml >&2
- name: Execute dbt debug
run: |
Expand Down

0 comments on commit 3e2c560

Please sign in to comment.