mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
github-actions
This commit is contained in:
parent
111572ff29
commit
7fedb6a696
3
.github/workflows/accounts.yaml
vendored
3
.github/workflows/accounts.yaml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user