Missed bootstrapping verification repo

This commit is contained in:
Teodor Voinea 2021-11-19 06:32:58 -08:00
Родитель b7bac63e95
Коммит be29cba039
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -37,6 +37,10 @@ jobs:
token: ${{ secrets.GH_Private_Repo_Pat }}
fetch-depth: 0
- name: Bootstrap the verification repo
run: node ./bootstrap.js
working-directory: ./componentdetection-verification
- name: Install Apache Ivy on Windows to support Ivy detector
if: ${{ matrix.os == 'windows-latest' }}
run: Choco-Install -PackageName ivy