Updated workflow name
This commit is contained in:
parent
180ea021cb
commit
38a32b824b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/yarn.yml
vendored
2
.github/workflows/yarn.yml
vendored
|
@ -2,7 +2,7 @@ name: CI
|
|||
on: [push]
|
||||
jobs:
|
||||
build:
|
||||
name: Test
|
||||
name: Build Test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue