Improved run-api-tests.sh script to make it compatible with sh

This commit is contained in:
Alejandro Celaya
2022-08-27 09:36:37 +02:00
parent df70810aa6
commit bfbeb7b1fb
5 changed files with 25 additions and 22 deletions

View File

@@ -28,7 +28,6 @@ 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:

View File

@@ -49,7 +49,6 @@ jobs:
- run: composer install --no-interaction --prefer-dist
- run: ./vendor/bin/rr get --location bin/ && chmod +x bin/rr
- run: composer test:api:rr
shell: bash
cli-tests:
uses: './.github/workflows/ci-tests.yml'