We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0127535 commit 1a4bf2aCopy full SHA for 1a4bf2a
1 file changed
.github/workflows/ci.yml
@@ -20,6 +20,9 @@ jobs:
20
- name: Instalar dependencias (raiz)
21
run: npm ci
22
23
+ - name: Workaround npm optional deps (rollup linux)
24
+ run: npm i --no-save --workspace=frontend @rollup/rollup-linux-x64-gnu
25
+
26
- name: Coverage frontend
27
run: npm run test:coverage --workspace=frontend
28
0 commit comments