Skip to content

build(deps): bump the minor-and-patch group across 1 directory with 8 updates #4611

build(deps): bump the minor-and-patch group across 1 directory with 8 updates

build(deps): bump the minor-and-patch group across 1 directory with 8 updates #4611

Workflow file for this run

name: Tests d'intégration
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: npm
node-version-file: package.json
- name: Install modules
run: npm i
- name: Tests
run: npm run test:integration