Skip to content

Commit

Permalink
Fix ci workflow (Azure-Samples#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
prprabhu-ms authored Feb 11, 2022
1 parent eb440f3 commit 6e9c1da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
workflow_dispatch:

jobs:
build and test:
build-and-test:
name: Build and test
runs-on: windows-latest
steps:
Expand All @@ -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:
Expand All @@ -61,4 +61,4 @@ jobs:

- name: Build
working-directory: ./Chat
run: npm run build
run: npm run build

0 comments on commit 6e9c1da

Please sign in to comment.