fix: missing needs install

Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
This commit is contained in:
Florian Bouillon 2023-07-04 15:40:19 +02:00
parent e0300a0c75
commit 6ab90803c6

View File

@ -23,6 +23,7 @@ jobs:
run: npm ci
build:
needs: 'install'
steps:
- name: Build
run: npm run build