Github actions not running pest tests in parallel #1091
Unanswered
MickProPay
asked this question in
Q&A
Replies: 2 comments
-
I think your tests are actually ran in parallel, and as your database is unique, the data checked is in conflict between the 2 runs. 2 processes, tests are isolated, but not the database. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@MickProPay How did you manage to solve this, could you post the full gitHub actions that performs Pest test in parallel here ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm hoping someone can shine a light as to why when I upgraded to pest v 2 my git hub actions no longer wants to run my tests in parallel.
Error
Tests\Unit\Actions\DeleteActionTest > can open th… QueryException
SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'users' already exists
Beta Was this translation helpful? Give feedback.
All reactions