From 8a9de63ebcc8df1a9cfaa3d15060318651192ee3 Mon Sep 17 00:00:00 2001 From: thecodrr Date: Thu, 30 Dec 2021 09:33:49 +0500 Subject: [PATCH] ci: fix a step cannot have both the `uses` and `run` keys --- .github/workflows/importer-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/importer-deploy.yml b/.github/workflows/importer-deploy.yml index 5f38c32a3..2a019600b 100644 --- a/.github/workflows/importer-deploy.yml +++ b/.github/workflows/importer-deploy.yml @@ -25,7 +25,7 @@ jobs: uses: actions/setup-node@v2.1.5 with: node-version: 16.x - run: | + - run: | cd ./apps/importer npm i npm run build