Skip to content

Commit

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

0 comments on commit b39ceea

Please sign in to comment.