Ensured tests are run in bash in CI

This commit is contained in:
Alejandro Celaya
2022-08-27 09:23:45 +02:00
parent aca5804f98
commit df70810aa6
2 changed files with 2 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ jobs:
php-extensions: openswoole-4.11.1
extensions-cache-key: tests-extensions-${{ matrix.php-version }}-${{ inputs.test-group }}
- run: composer test:${{ inputs.test-group }}:ci
shell: bash
- uses: actions/upload-artifact@v3
if: ${{ matrix.php-version == '8.1' }}
with: