Skip to content

fix(deps): update all non-major dependencies to v4.25.13 (patch) (#392) #797

fix(deps): update all non-major dependencies to v4.25.13 (patch) (#392)

fix(deps): update all non-major dependencies to v4.25.13 (patch) (#392) #797

name: Tests unitaires
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
create:
branches: [ "renovate/**" ]
jobs:
tests-unitaires:
if: ${{ !contains(github.event.head_commit.message, 'WIP') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: 'npm'
- run: npm ci
- run: npm test