Adding in ls for debugging
This commit is contained in:
parent
7bad165ade
commit
29b853c813
1 changed files with 4 additions and 1 deletions
5
.github/workflows/test-all-Ubuntu.yml
vendored
5
.github/workflows/test-all-Ubuntu.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue