Skip to content

Commit

Permalink
Add name to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmeuli committed Apr 11, 2020
1 parent 6292d11 commit 98f2fda
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
Expand Up @@ -6,9 +6,9 @@ on:

jobs:
test:
name: Test
runs-on: ${{ matrix.os }}

# Platforms to test on
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v2

- name: Install Node.js, NPM and Yarn
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 12
Expand Down

0 comments on commit 98f2fda

Please sign in to comment.