We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be471f2 commit aca7ca4Copy full SHA for aca7ca4
.github/workflows/run-tests.yml
@@ -26,6 +26,8 @@ jobs:
26
27
- name: Run test manually
28
run: |
29
+ yarn install
30
+ yarn build
31
cd packages/faro-rollup/src/test
32
yarn install
33
cd ../..
0 commit comments