Rename continuous integration script

This commit is contained in:
Zach Borboa
2021-03-29 10:08:26 -04:00
parent a315b541be
commit 3305e9c0b1
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -27,6 +27,6 @@ jobs:
uses: actions/checkout@v2
- name: Test
run: bash tests/script.sh
run: bash tests/ci.sh
env:
CI_PHP_VERSION: ${{ matrix.php }}
View File