diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 972438d..5b1a134 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: NodeJS with Webpack +name: CI compile & test & build on: push: @@ -7,7 +7,7 @@ on: branches: [ "main" ] jobs: - build: + ci: runs-on: ubuntu-latest strategy: