Skip to content

Commit

Permalink
wrapped profile dir
Browse files Browse the repository at this point in the history
  • Loading branch information
luutuankiet committed Aug 25, 2024
1 parent cb8db3c commit d657b42
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 @@ -64,7 +64,7 @@ jobs:
LIGHTDASH_URL: ${{ secrets.LIGHTDASH_URL }}
GOOGLE_APPLICATION_CREDENTIALS: '/tmp/googlecredentials.json'

run: lightdash start-preview --project-dir "$PROJECT_DIR" --profiles-dir ./dbt_project --name ${GITHUB_REF##*/}
run: lightdash start-preview --project-dir "$PROJECT_DIR" --profiles-dir . --name ${GITHUB_REF##*/}

- uses: jwalton/gh-find-current-pr@v1
id: finder
Expand Down

0 comments on commit d657b42

Please sign in to comment.