From 829bf759513edd81f5848bf40f7fb61e8126ae12 Mon Sep 17 00:00:00 2001 From: David Adewole Date: Mon, 24 Jan 2022 13:50:28 +0100 Subject: [PATCH] github-actions --- .github/workflows/accounts.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/accounts.yaml b/.github/workflows/accounts.yaml index 215e32e2d5..e922b0dcbd 100644 --- a/.github/workflows/accounts.yaml +++ b/.github/workflows/accounts.yaml @@ -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