Skip to content

Commit

Permalink
Add workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
jayantur13 committed Oct 12, 2023
1 parent 4560eb9 commit 631a980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Node.js CI
name: CI

on:
push:
Expand All @@ -11,7 +11,7 @@ on:

jobs:
build:

name: CI
runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit 631a980

Please sign in to comment.