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

Commit 3c1316d

Browse files
committed
add GH test workflow
1 parent dfbca28 commit 3c1316d

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: CI
2+
on: [push]
3+
jobs:
4+
build:
5+
name: Test
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v2
9+
- uses: borales/actions-yarn@v2.0.0
10+
with:
11+
cmd: install
12+
- uses: borales/actions-yarn@v2.0.0
13+
with:
14+
cmd: test

0 commit comments

Comments
 (0)