From 053a03381dd9250b81219e6813a90ef72fc9b332 Mon Sep 17 00:00:00 2001 From: Kim Rutherford Date: Sat, 23 Nov 2024 14:33:36 +1300 Subject: [PATCH] Print the Angular CLI version when testing --- .github/workflows/test-website.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-website.yml b/.github/workflows/test-website.yml index 6096e5c3..9efab7f2 100644 --- a/.github/workflows/test-website.yml +++ b/.github/workflows/test-website.yml @@ -34,6 +34,7 @@ jobs: curl -OL https://raw.githubusercontent.com/japonicusdb/japonicus-config/main/japonicus_site_config.json (cd /tmp/; curl -O -L https://github.com/jgm/pandoc/releases/download/2.8/pandoc-2.8-1-amd64.deb; sudo dpkg -i pandoc-2.8-1-amd64.deb) yarn + ./node_modules/@angular/cli/bin/ng --version - name: Test run: |