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