make sure cypress binary is installed
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
fa781fc840
commit
fea6a1f7dc
|
@ -86,6 +86,7 @@ cypress:
|
|||
- mix deps.get
|
||||
- cd js
|
||||
- yarn install
|
||||
- npx cypress install # just to be sure
|
||||
- yarn run build
|
||||
- cd ../
|
||||
- MIX_ENV=e2e mix ecto.create
|
||||
|
@ -117,4 +118,4 @@ pages:
|
|||
artifacts:
|
||||
expire_in: 1 hour
|
||||
paths:
|
||||
- public
|
||||
- public
|
||||
|
|
Loading…
Reference in a new issue