Skip to content

Commit

Permalink
custion install
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Dombek committed Aug 20, 2024
1 parent a0da7f8 commit e2affaa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/frontend-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '18'

# - name: Install dependencies
# run: npm install @rollup/rollup-linux-x64-gnu --save-optional
- uses: bahmutov/npm-install@v1
with:
working-directory: OCR/frontend
useRollingCache: true
install-command: npm install @rollup/rollup-linux-x64-gnu --save-optional

- name: Run Jest tests
run: |
Expand Down

0 comments on commit e2affaa

Please sign in to comment.