Skip to content

修正了GetGuestIP的问题,默认会读取remote_addr; #549

修正了GetGuestIP的问题,默认会读取remote_addr;

修正了GetGuestIP的问题,默认会读取remote_addr; #549

Workflow file for this run

name: Run PHPUnit Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
phpunit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-interaction
- name: Execute tests
run: vendor/bin/phpunit tests/phpunit --verbose