This commit is contained in:
Bozhidar Slaveykov 2023-11-28 00:28:14 +02:00
parent 455f4f2e52
commit 81d4fb11b4
2 changed files with 7 additions and 0 deletions

View file

@ -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
View file

@ -0,0 +1,3 @@
<?php
echo 2;