From 447c77f70cdf3d851432ef8858a4bb993dea58d9 Mon Sep 17 00:00:00 2001 From: Jan-Niklas Weder Date: Thu, 16 May 2024 15:53:10 +0200 Subject: [PATCH] Missing build step added to the tests. --- .github/workflows/test-build-and-publish.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/test-build-and-publish.yml b/.github/workflows/test-build-and-publish.yml index 63f370a..8d4b403 100644 --- a/.github/workflows/test-build-and-publish.yml +++ b/.github/workflows/test-build-and-publish.yml @@ -25,6 +25,16 @@ jobs: - name: Display Python version run: python -c "import sys; print(sys.version)" + - name: Set up JS & build js + uses: actions/setup-node@v4 + with: + node-version: 20 + + - name: Install dependencies + run: yarn install + - name: Build JS + run: yarn run vite build + - name: Install dependencies run: python -m pip install .