Skip to content

Commit

Permalink
run on Github
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Aug 19, 2021
1 parent bbddd74 commit 5e9fc4e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/phptest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
name: Test

runs-on: self-hosted
runs-on: ubuntu-latest

strategy:
matrix:
Expand All @@ -25,8 +25,6 @@ jobs:
ini-values: memory_limit=-1,disable_functions="",pcov.exclude="~(vendor|tests|node_modules)~",pcov.directory="./"
php-version: ${{ matrix.php-versions }}
tools: composer:v2
env:
runner: self-hosted

- name: Composer Install
run: composer install
Expand Down

0 comments on commit 5e9fc4e

Please sign in to comment.