ci: doxygen fix
Some checks failed
Build / Build-and-ng-test (pull_request) Failing after 0s

This commit is contained in:
Mihajlo Medjedovic
2023-12-04 17:06:18 +01:00
parent 687a1e1cb5
commit 1de48a49af
2 changed files with 4 additions and 10 deletions

View File

@@ -18,15 +18,10 @@ jobs:
env:
NPMRC: ${{ secrets.NPMRC}}
- name: Test doxygen
run: |
apt-get update
apt-get install doxygen -y
cd sas
npm i --global @sasjs/cli
sasjs doc
- name: Lint check
- run: npm run lint:check
- name: Licence checker
- run: |
cd client
npm ci

View File

@@ -169,9 +169,8 @@ jobs:
# jq is used to parse the release JSON
apt-get install jq -y
# doxygen is used for the SASJS docs
apt-add-repository universe
apt-get update
apt-get install doxygen
apt-get install doxygen -y
- name: Create Empty Release (assets are posted later)
run: |