Skip to content

Commit

Permalink
update php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
v-rudkovskiy committed Oct 10, 2024
1 parent 50ad685 commit cb60819
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cb60819

Please sign in to comment.