Skip to content

Commit

Permalink
CI: change name for display
Browse files Browse the repository at this point in the history
  • Loading branch information
codejedi365 committed Oct 6, 2021
1 parent 4301316 commit bfaf69e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Node.js CI
name: CI/CD

on:
push:
Expand All @@ -11,6 +8,8 @@ on:

jobs:
build:
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit bfaf69e

Please sign in to comment.