Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 00609d5

Browse files
committed
test: use GH Actions
1 parent 76822a2 commit 00609d5

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

.github/workflows/tests.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Unit Tests
2+
3+
on: [push, pull_request]
4+
5+
env:
6+
CI: true
7+
8+
jobs:
9+
checks:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v2
13+
- uses: CultureHQ/actions-yarn@master
14+
with:
15+
args: install
16+
- uses: CultureHQ/actions-yarn@master
17+
with:
18+
args: test

.travis.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)