Skip to content

Commit f9b2e2f

Browse files
authored
Update codeql-analysis.yml
1 parent df76750 commit f9b2e2f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ jobs:
3636
with:
3737
languages: ${{ matrix.language }}
3838

39+
- name: Install yarn files
40+
if: ${{ contains(env.COMPILED, matrix.language) }}
41+
run: |
42+
cd webapp
43+
yarnpkg install
44+
3945
- name: Install composer files
4046
if: ${{ contains(env.COMPILED, matrix.language) }}
4147
run: |

0 commit comments

Comments
 (0)