Skip to content

Commit

Permalink
Print the Angular CLI version when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Nov 23, 2024
1 parent ac67004 commit 053a033
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 053a033

Please sign in to comment.