fix: CI: install npm dependencies
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
596e5a2176
commit
ddef4f7366
1 changed files with 1 additions and 0 deletions
|
@ -44,4 +44,5 @@ steps:
|
||||||
- INSTANCE_URL=http://mcaptcha:7000
|
- INSTANCE_URL=http://mcaptcha:7000
|
||||||
commands:
|
commands:
|
||||||
- mv .env_sample .env.local
|
- mv .env_sample .env.local
|
||||||
|
- npm install
|
||||||
- make test
|
- make test
|
||||||
|
|
Loading…
Reference in a new issue