Skip to content

Commit

Permalink
Added: design system package build to e2e action
Browse files Browse the repository at this point in the history
  • Loading branch information
GPortas committed Jul 25, 2023
1 parent 063cc02 commit c703d05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c703d05

Please sign in to comment.