mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
update
This commit is contained in:
parent
08a53b8898
commit
85d8fb9504
3 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
kind: pipeline
|
||||
steps:
|
||||
- name: run unit tests
|
||||
- name: ubuntu 22.04 - run unit tests
|
||||
image: ubuntu:22.04
|
||||
environment:
|
||||
DEBIAN_FRONTEND: noninteractive
|
||||
|
@ -32,7 +32,7 @@ steps:
|
|||
---
|
||||
kind: pipeline
|
||||
steps:
|
||||
- name: run unit tests
|
||||
- name: debian bullseye - run unit tests
|
||||
image: debian:bullseye
|
||||
environment:
|
||||
DEBIAN_FRONTEND: noninteractive
|
||||
|
|
|
@ -13,7 +13,7 @@ use Illuminate\Support\Facades\Artisan;
|
|||
use Illuminate\Support\Facades\Storage;
|
||||
use Tests\Feature\Api\ActionTestCase;
|
||||
|
||||
class ZBackupTest extends ActionTestCase
|
||||
class BackupTest extends ActionTestCase
|
||||
{
|
||||
public function testFullBackup()
|
||||
{
|
|
@ -19,7 +19,7 @@ use Illuminate\Support\Facades\Schema;
|
|||
use Illuminate\Support\Str;
|
||||
use Tests\Feature\Api\ActionTestCase;
|
||||
|
||||
class ZHostingSubscriptionBackupTest extends ActionTestCase
|
||||
class HostingSubscriptionBackupTest extends ActionTestCase
|
||||
{
|
||||
public function testFullBackup()
|
||||
{
|
Loading…
Reference in a new issue