github-actions

This commit is contained in:
David Adewole 2022-01-24 13:50:28 +01:00
parent 9c83f58ffa
commit 829bf75951

View File

@ -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