diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 47914cc..86fa270 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -41,4 +41,6 @@ jobs: # Docs: https://getcomposer.org/doc/articles/scripts.md - name: Run test suite - run: php ./demo/NetLicensingDemo.php + run: | + cd ./demo + php ./NetLicensingDemo.php