chore: name workflow better

pull/39380/head
Mrugesh Mohapatra 2020-08-06 14:21:02 +05:30 committed by GitHub
parent d10a584b9c
commit f6468f9053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
name: CI
name: Lighthouse CI
on:
workflow_dispatch:
schedule:
@ -9,7 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Checkout source files
- uses: actions/setup-node@v1
name: Setup Node
- name: Set environment variables
run: cp sample.env .env
- name: Install all the dependencies