From 9fb5c8ef8848a095aaf7c9502e76918a18c2478b Mon Sep 17 00:00:00 2001 From: hribeiro Date: Mon, 28 Sep 2020 15:02:08 +0200 Subject: [PATCH] Add ci job step --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1edc28f4c..a63d3eb59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,5 +8,7 @@ jobs: steps: - uses: actions/checkout@v1 + - name: Installing... + run: npm i - name: Building... run: npm run build