Make sure yarn install is run for E2E tests
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
895aad6ea7
commit
1975ca7739
@ -156,7 +156,7 @@ e2e:
|
||||
- mix ecto.create
|
||||
- mix ecto.migrate
|
||||
- mix run priv/repo/e2e.seed.exs
|
||||
- cd js && yarn run build && npx playwright install && cd ../
|
||||
- cd js && yarn install && yarn run build && npx playwright install && cd ../
|
||||
- mix phx.digest
|
||||
script:
|
||||
- mix phx.server &
|
||||
|
Loading…
Reference in New Issue
Block a user