Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try running the tests on Oracle #8958

Draft
wants to merge 4 commits into
base: 2.9.x
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Accelerate troubleshooting
  • Loading branch information
greg0ire committed Aug 24, 2021
commit 570da6a98c885b0505f7360f4290273e1ca85d60
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
phpunit-oracle:
name: "PHPUnit with Oracle"
runs-on: "ubuntu-20.04"
needs: "phpunit-smoke-check"
# needs: "phpunit-smoke-check"

strategy:
matrix:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
uses: "ramsey/composer-install@v1"

- name: "Run PHPUnit"
run: "vendor/bin/phpunit -c ci/github/phpunit/pdo_oci.xml --coverage-clover=coverage.xml"
run: "vendor/bin/phpunit -c ci/github/phpunit/pdo_oci.xml --coverage-clover=coverage.xml --stop-on-error"

- name: "Upload coverage file"
uses: "actions/upload-artifact@v2"
Expand Down