Update step names

This commit is contained in:
Zach Borboa
2021-03-16 22:27:05 -04:00
parent 7697d2be2b
commit 6c355bdb5e
2 changed files with 5 additions and 4 deletions
+4 -3
View File
@@ -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:
+1 -1
View File
@@ -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;