From 6e9c1da63c993bdbf47dcc329f8f5bbe226a8df9 Mon Sep 17 00:00:00 2001 From: Prathmesh Prabhu <82062616+prprabhu-ms@users.noreply.github.com> Date: Fri, 11 Feb 2022 10:13:30 -0800 Subject: [PATCH] Fix ci workflow (#39) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index feda969..f288dc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: workflow_dispatch: jobs: - build and test: + build-and-test: name: Build and test runs-on: windows-latest steps: @@ -35,7 +35,7 @@ jobs: run: | npm run build - clean frontend: + clean-frontend: name: Run clean code tests on frontend runs-on: windows-latest steps: @@ -61,4 +61,4 @@ jobs: - name: Build working-directory: ./Chat - run: npm run build \ No newline at end of file + run: npm run build