Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit 575f832

Browse files
committed
Merge branch 'master' into releases/v1
2 parents 5279208 + 3f1c89a commit 575f832

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@ on: push
33

44
jobs:
55
test:
6-
runs-on: ubuntu-latest
6+
runs-on: ${{ matrix.os }}
7+
strategy:
8+
matrix:
9+
os: [ubuntu-latest, macOS-latest]
710
steps:
811
- uses: actions/checkout@v1
9-
12+
- uses: actions/setup-node@v1
13+
with:
14+
node-version: 12.x
1015
- run: npm ci
1116
- run: npm test

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Setup github/licensed'
22
description: 'Setup github/licensed for use in GitHub Actions workflows'
33
branding:
4-
icon: tool
4+
icon: check
55
color: green
66
inputs:
77
version:

0 commit comments

Comments
 (0)