github-actions

This commit is contained in:
David Adewole 2022-01-24 15:55:03 +01:00
parent 111572ff29
commit 7fedb6a696

View File

@ -17,6 +17,9 @@ jobs:
node-version: '16' node-version: '16'
- name: Run tests - name: Run tests
run: |- run: |-
chmod +x ./ci/scripts/checkhash.sh
export next_stage=`./ci/scripts/checkhash.sh audit_api-docs api-docs`
if [[ $next_stage == *"skip"* ]]; then exit ${CI_JOB_SKIP_EXIT_CODE:-0}; fi
sudo apt-get update sudo apt-get update
sudo apt-get install -y curl gcc sudo apt-get install -y curl gcc
sudo apt-get install -y build-essential sudo apt-get install -y build-essential