From feb35385fb25debfe3623cf70c0bfb2f93c46a59 Mon Sep 17 00:00:00 2001 From: Arjun Date: Wed, 5 Jun 2024 18:51:27 +0530 Subject: [PATCH] updated workflow for deployment --- .github/workflows/test.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bb4a6fe..ef2b77c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,3 +10,14 @@ jobs: run: npm ci - name: run tests run: npm test + deploy: + runs-on: ubuntu-latest + steps: + - name: get code + uses: actions/checkout@v3 + - name: install dependencies + run: npm ci + - name: build project + run: npm run build + - name: deploy + run: echo "deploying...."