Skip to content

Commit

Permalink
add log statements
Browse files Browse the repository at this point in the history
  • Loading branch information
timothy-lew committed Dec 30, 2024
1 parent d86901d commit 585ff13
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Print environment variables (excluding sensitive ones)
run: |
echo "DB_SERVER_DEV=${{ secrets.DB_SERVER_DEV }}"
echo "DB_DATABASE_DEV=${{ secrets.DB_DATABASE_DEV }}"
echo "DB_DATABASE_PORT=${{ secrets.DB_DATABASE_PORT }}"
# pip install pytest
# - name: Lint with flake8
Expand Down

0 comments on commit 585ff13

Please sign in to comment.