Skip to content

Commit

Permalink
test print env var
Browse files Browse the repository at this point in the history
  • Loading branch information
luutuankiet committed Aug 28, 2024
1 parent 6b083e9 commit f06e084
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/start-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ jobs:
PROD_ENV: ${{ secrets.PROD_ENV }}



- name: Print environment variables
run: |
echo "DBT_PROJECT_DIR: $DBT_PROJECT_DIR"
ls -la "$DBT_PROJECT_DIR"
- name: Cache Python packages
uses: actions/cache@v3
Expand Down

0 comments on commit f06e084

Please sign in to comment.