This commit is contained in:
Matteo Gheza 2020-06-10 12:20:43 +02:00
parent 8819b517bc
commit 810d41a1ec
1 changed files with 5 additions and 5 deletions

View File

@ -52,11 +52,11 @@ jobs:
run: composer install --prefer-dist --no-progress
working-directory: ${{env.working-directory}}
- name: A little hack for running test suite
run: |
mv index.php index.old.php
touch index.php
working-directory: ${{env.working-directory}}
#- name: A little hack for running test suite
# run: |
# mv index.php index.old.php
# touch index.php
# working-directory: ${{env.working-directory}}
- name: Run test suite
run: vendor/bin/codecept run --steps