Skip to content

Commit

Permalink
[NEW] Github Action Python Test
Browse files Browse the repository at this point in the history
  • Loading branch information
mileo committed Nov 12, 2020
1 parent d7b2dc1 commit 1456070
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Test
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Prepare repo
uses: actions/checkout@master
- name: Test
uses: onichandame/python-test-action@master

0 comments on commit 1456070

Please sign in to comment.