From c703d05d9bf2e140562e673594aa940c3573c679 Mon Sep 17 00:00:00 2001 From: GPortas Date: Tue, 25 Jul 2023 13:40:46 +0100 Subject: [PATCH] Added: design system package build to e2e action --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 54ef20cc7..6691d2ae9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,6 +26,10 @@ jobs: - name: Install Dependencies run: npm install + - name: Build Dataverse Design System + working-directory: packages/design-system + run: npm run build + - name: Create and populate .env file env: DATAVERSE_BACKEND_URL: 'http://localhost:8000'