Adding in ls for debugging
This commit is contained in:
parent
7bad165ade
commit
29b853c813
|
@ -35,7 +35,10 @@ jobs:
|
||||||
- name: Run PHP tests
|
- name: Run PHP tests
|
||||||
run: |
|
run: |
|
||||||
sudo composer install
|
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
|
- name: Run Python tests
|
||||||
run: |
|
run: |
|
||||||
sudo bash ./.github/scripts/python-pkg-install.sh
|
sudo bash ./.github/scripts/python-pkg-install.sh
|
||||||
|
|
Loading…
Reference in New Issue