Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
luutuankiet committed Aug 28, 2024
1 parent f06e084 commit 83f7561
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 @@ -55,7 +55,7 @@ jobs:
- name: Print environment variables
run: |
echo "DBT_PROJECT_DIR: $DBT_PROJECT_DIR"
ls -la "$DBT_PROJECT_DIR"
ls -la $DBT_PROJECT_DIR
- name: Cache Python packages
uses: actions/cache@v3
Expand Down

0 comments on commit 83f7561

Please sign in to comment.