Skip to content

Commit ecfc063

Browse files
committed
Install needed tools for CodeQL test
Those should be added to the base image later.
1 parent 63ceeb5 commit ecfc063

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ 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+
sudo apt-get update; sudo apt-get install yarnpkg -y
44+
sudo yarnpkg install
45+
3946
- name: Install composer files
4047
if: ${{ contains(env.COMPILED, matrix.language) }}
4148
run: |

0 commit comments

Comments
 (0)