Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuznets committed Jun 28, 2020
1 parent 0bb2df1 commit ff1e375
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,28 @@
name: Run pyvk tests
name: Tests
on:
push:
branches:
- master
- actions

jobs:
test:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version:
- '2.7'
- '3.5'
- '3.6'
- '3.7'
- '3.8'
steps:

- name: Checkout
uses: actions/checkout@v2

- name: Setup python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
architecture: x64

- name: Run tests
env:
API_USER: ${{ secrets.API_USER }}
Expand Down

0 comments on commit ff1e375

Please sign in to comment.