review: change fetch

This commit is contained in:
Fernandez Ludovic 2022-05-16 12:59:38 +02:00
parent ac9dfd9f4e
commit f4e4347cad

View file

@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: |
npm install
npm run all