Adding in ls for debugging

This commit is contained in:
Zachary Klosko 2020-12-16 15:16:12 -05:00
parent 7bad165ade
commit 29b853c813
1 changed files with 4 additions and 1 deletions

View File

@ -35,7 +35,10 @@ jobs:
- name: Run PHP tests
run: |
sudo composer install
cd airtime_mvc/tests && sudo bash ../../vendor/bin/phpunit && cd ../..
cd airtime_mvc/tests
ls ../../vendor/bin/phpunit
sudo bash ../../vendor/bin/phpunit
cd ../..
- name: Run Python tests
run: |
sudo bash ./.github/scripts/python-pkg-install.sh