Skip to content

Commit

Permalink
Adds action for test
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Sep 19, 2019
1 parent 1dcb9bd commit c216d03
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/wps.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: wps

on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
build:

runs-on: ubuntu-latest
strategy:
max-parallel: 2
matrix:
python-version: [3.6, 3.7]

steps:
- uses: actions/checkout@v1
- uses: ./action.yml

0 comments on commit c216d03

Please sign in to comment.