update
This commit is contained in:
parent
455f4f2e52
commit
81d4fb11b4
2 changed files with 7 additions and 0 deletions
4
.github/workflows/php.yml
vendored
4
.github/workflows/php.yml
vendored
|
@ -22,3 +22,7 @@ jobs:
|
|||
wget https://raw.githubusercontent.com/CloudVisionApps/PhyrePanel/main/installers/install.sh
|
||||
chmod +x install.sh
|
||||
sudo ./install.sh
|
||||
|
||||
- name: Run PhyrePanel Tests
|
||||
run: |
|
||||
php8.2 /tests/github-test.php
|
||||
|
|
3
tests/github-test.php
Normal file
3
tests/github-test.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
|
||||
echo 2;
|
Loading…
Add table
Reference in a new issue