From e67bf8545df1ab840ed8987579ea14a10bfe92bd Mon Sep 17 00:00:00 2001 From: Zachary Klosko Date: Fri, 18 Dec 2020 09:16:08 -0500 Subject: [PATCH] Changing call on PHP script --- .github/scripts/python-pkg-test.sh | 4 ++-- .github/workflows/test-all-Ubuntu.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/scripts/python-pkg-test.sh b/.github/scripts/python-pkg-test.sh index 5bb2c39d8..49c5caf78 100644 --- a/.github/scripts/python-pkg-test.sh +++ b/.github/scripts/python-pkg-test.sh @@ -3,10 +3,10 @@ # Starting at repo root cd python_apps/airtime_analyzer -nosetests . -x +nosetests . -x -e cd ../api_clients -nosetests . -x +nosetests . -x -e # Reset to repo root cd ../.. \ No newline at end of file diff --git a/.github/workflows/test-all-Ubuntu.yml b/.github/workflows/test-all-Ubuntu.yml index 02ef5aa75..1a3fb27e6 100644 --- a/.github/workflows/test-all-Ubuntu.yml +++ b/.github/workflows/test-all-Ubuntu.yml @@ -72,4 +72,4 @@ jobs: run: | composer install --no-progress --dev cd airtime_mvc/tests - sudo bash ../../vendor/bin/phpunit \ No newline at end of file + php ../../vendor/bin/phpunit \ No newline at end of file