Running parallel tests in Gitlab CI #366
Replies: 1 comment 2 replies
-
Have you tried using SQLite with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'd like to run my tests in parallel with the --parallel option in my Gitlab CI but I can't manage it. From the logs I get the impression that the different databases are not created (.*test_1, .*test_2, .*test_3 ...). I'm running my tests on a mysql service offered by gitlab CI (host =
mysql
). Is this possible and does it come from the image I'm using? Or is it not possible to run tests in parallel on a gitlab CI?This is the command I use:
./vendor/bin/testbench package:test --parallel -c phpunit.xml --log-junit phpunit-report.xml
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions