mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 07:10:53 +00:00
github-actions
This commit is contained in:
parent
9c83f58ffa
commit
829bf75951
5
.github/workflows/accounts.yaml
vendored
5
.github/workflows/accounts.yaml
vendored
@ -17,7 +17,10 @@ jobs:
|
||||
node-version: '16'
|
||||
- name: Run tests
|
||||
run: |-
|
||||
- curl -sL https://deb.nodesource.com/setup_15.x
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install -y curl gcc
|
||||
- sudo apt-get install -y build-essential
|
||||
- curl -sL https://deb.nodesource.com/setup_15.x | sudo -E bash -
|
||||
- sudo apt-get install -y nodejs
|
||||
- cd accounts
|
||||
- npm ci
|
||||
|
Loading…
Reference in New Issue
Block a user