use node-gyp install for Unit Test

This commit is contained in:
einhorn_b 2023-10-06 08:12:31 +02:00
parent 95dfd5b8a2
commit f7c8667e69

View File

@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v3
- name: Frontend | Unit tests
run: cd frontend && yarn && yarn run test
run: cd frontend && yarn global add node-gyp && yarn && yarn run test
lint:
if: needs.files-changed.outputs.frontend == 'true'