mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-12 11:26:29 +00:00
Update step names
This commit is contained in:
@@ -15,15 +15,16 @@ jobs:
|
||||
name: PHP ${{ matrix.php }}
|
||||
|
||||
steps:
|
||||
- name: set up php
|
||||
- name: Set up php
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: ${{ matrix.php }}
|
||||
|
||||
- name: checkout
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- run: |
|
||||
- name: Test
|
||||
run: |
|
||||
bash tests/before_script.sh
|
||||
bash tests/script.sh
|
||||
env:
|
||||
|
||||
@@ -9,7 +9,7 @@ class Test
|
||||
const TEST_URL = 'http://127.0.0.1:8000/';
|
||||
const ERROR_URL = 'http://1.2.3.4/';
|
||||
|
||||
public $message;
|
||||
public $message;
|
||||
|
||||
private $testUrl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user