From c9c91cd87e202528261f1699298d0a909b602314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elodie=20Thi=C3=A9blin?= Date: Fri, 29 Mar 2024 12:02:19 +0100 Subject: [PATCH] ci: add npm run build to ci for testing --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 57525de..57d8a8d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,6 +38,9 @@ jobs: - name: Install node modules run: npm ci + - name: Install node modules + run: npm run build + - name: Install tox run: python -m pip install tox