Skip to content

Commit d7d8b27

Browse files
author
brentru
committed
add unit test workflow
1 parent 7f7d23f commit d7d8b27

File tree

2 files changed

+14
-23
lines changed

2 files changed

+14
-23
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Build-CI
2+
3+
on: [pull_request, push]
4+
5+
name: Test
6+
on: [push]
7+
jobs:
8+
test:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Prepare repo
12+
uses: actions/checkout@master
13+
- name: Test
14+
uses: onichandame/python-test-action@master

.travis.yml

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

0 commit comments

Comments
 (0)