Skip to content

Commit

Permalink
Merge pull request #346 from open-pv/345-fix-test-build-workflow
Browse files Browse the repository at this point in the history
Add installation of rollup #345
  • Loading branch information
FlorianK13 authored Oct 18, 2024
2 parents aeb9910 + 6aca112 commit 5ee0b41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
- name: Install
run: npm ci
run: |
npm ci
npm install @rollup/rollup-linux-x64-gnu
- name: Build and Deploy
env:
NODE_ENV: production
Expand Down

0 comments on commit 5ee0b41

Please sign in to comment.