From d606652edc15ce55b5d26ec274577bec50e424fe Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Mon, 12 Sep 2022 18:23:18 +0530 Subject: [PATCH] feat/Added github action for unit tests --- .github/workflows/ci-cd.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 0240254c70..d3584295df 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -659,9 +659,9 @@ jobs: ${{ runner.os }}-build-${{ env.cache-name }}- ${{ runner.os }}-build- ${{ runner.os }}- - - name: setup mysql - working-directory: ./ - run: docker-compose -f ./scripts/docker-compose-cypress.yml up -d - - name: run unit tests - working-directory: ./packages/nocodb - run: npm run test:unit \ No newline at end of file + - name: setup mysql + working-directory: ./ + run: docker-compose -f ./scripts/docker-compose-cypress.yml up -d + - name: run unit tests + working-directory: ./packages/nocodb + run: npm run test:unit \ No newline at end of file