PhyrePanel/.github/workflows/php.yml_

30 lines
545 B
Text
Raw Permalink Normal View History

2023-11-25 19:56:22 +00:00
name: Test PhyrePanel
2023-11-23 20:15:32 +00:00
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
2023-11-25 19:56:22 +00:00
- name: Install PhyrePanel
2023-11-23 21:58:52 +00:00
run: |
2023-11-25 19:56:22 +00:00
wget https://raw.githubusercontent.com/CloudVisionApps/PhyrePanel/main/installers/install.sh
2023-11-23 21:58:52 +00:00
chmod +x install.sh
2023-11-23 22:12:27 +00:00
sudo ./install.sh
2023-11-27 22:28:14 +00:00
2024-04-02 14:47:43 +00:00
- name: Run PhyrePanel Tests
2024-04-02 16:48:08 +00:00
working-directory: ./
2024-04-01 09:10:02 +00:00
run: |
2024-04-02 16:48:08 +00:00
/usr/local/phyre/php/bin/php artisan test