Add CI pipeline debugging

This commit is contained in:
Jamil Bou Kheir
2021-01-25 23:35:07 -08:00
parent bc97fc31fc
commit d2dbfba705
2 changed files with 6 additions and 4 deletions

View File

@@ -59,6 +59,7 @@ jobs:
curl -sL https://deb.nodesource.com/setup_14.x | sudo bash -
sudo apt install nodejs
matrix_os=${{ matrix.os }}
echo "MATRIX OS IS ${matrix_os}"
case $matrix_os in
ubuntu-18.04)
os_name="ubuntu~bionic"