Skip to content

Commit

Permalink
add pwd on workflow to debug the problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas019BR committed Aug 9, 2024
1 parent 82124c0 commit 7cb6e57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
pip install virtualenv
virtualenv my-deploy
source my-deploy/bin/activate
pwd
echo "###########"
pip install --no-cache-dir -r ./requirements.txt
pytest
python manage.py migrate
Expand Down

0 comments on commit 7cb6e57

Please sign in to comment.