[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.135.219.165: ~ $
name: ci

on:
  pull_request:
  push:
    branches:
      - master

jobs:
  phpunit:
    runs-on: "ubuntu-20.04"

    strategy:
      fail-fast: false
      matrix:
        php-version:
          - "7.4"
          - "8.0"
          - "8.1"

    steps:
      - uses: actions/checkout@v2

      - name: "Install PHP ${{ matrix.php-version }}"
        uses: "shivammathur/setup-php@v2"
        with:
          php-version: "${{ matrix.php-version }}"
          coverage: "pcov"

      - name: "Install dependencies with Composer"
        uses: "ramsey/composer-install@v1"

      - name: "Run PHPUnit"
        run: "vendor/bin/simple-phpunit --coverage-text"

Filemanager

Name Type Size Permission Actions
ci.yaml File 656 B 0644