Skip to content

Commit

Permalink
Skip tests for now in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed Aug 19, 2022
1 parent c940ff9 commit c807aef
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
matrix:
#mysql-versions: ['5.7', '8.0']
mysql-versions: ['5.7']
#php-versions: ['7.4', '8.0', '8.1']
php-versions: ['8.1']
php-versions: ['7.4', '8.0', '8.1']

services:
db:
Expand Down Expand Up @@ -49,8 +48,8 @@ jobs:
- name: Run PHPunit tests
run: vendor/bin/phpunit

- name: Create user and databases for testing
run: ./tests/scripts/create_users.sh 127.0.0.1

- name: Run test script
run: ./tests/scripts/test.sh 127.0.0.1
# - name: Create user and databases for testing
# run: ./tests/scripts/create_users.sh 127.0.0.1
#
# - name: Run test script
# run: ./tests/scripts/test.sh 127.0.0.1

0 comments on commit c807aef

Please sign in to comment.