Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
luutuankiet committed Aug 25, 2024
1 parent 950d91d commit fde4c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/start-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: mv googlecredentials.json /tmp || true

- name: Locate dbt_project.yml
run: echo "PROJECT_DIR=$(find ./dbt_project -name "dbt_project.yml" | sed 's/dbt_project.yml//g')" >> $GITHUB_ENV
run: echo "PROJECT_DIR=$(find ./dbt_project -name "dbt_project.yml" | head -n 1 | sed 's/dbt_project.yml//g')" >> $GITHUB_ENV

- name: Get lightdash version
uses: sergeysova/jq-action@v2
Expand Down

0 comments on commit fde4c71

Please sign in to comment.