Updates jobs name

This commit is contained in:
The Claud ☁️ 2020-04-03 04:15:21 +01:00 committed by GitHub
parent 716fbacac2
commit 256a474e1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
on: [push, pull_request] on: [push, pull_request]
jobs: jobs:
single_key_demo: multiple_key_demo:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, macOS-latest] os: [ubuntu-latest, macOS-latest]
@ -15,7 +15,7 @@ jobs:
${{ secrets.DEMO_KEY }} ${{ secrets.DEMO_KEY }}
${{ secrets.DEMO_KEY_2 }} ${{ secrets.DEMO_KEY_2 }}
multiple_keys_demo: single_key_demo:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, macOS-latest] os: [ubuntu-latest, macOS-latest]