Update workflows

This commit is contained in:
Konrad Pabjan 2020-05-01 15:45:32 +02:00
parent 3bb7ea113e
commit a605d6b930
2 changed files with 13 additions and 8 deletions

View file

@ -1,7 +1,12 @@
name: Validate 'setup-python'
on:
push:
- master
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
schedule:
- cron: 0 0 * * *

View file

@ -68,19 +68,19 @@ jobs:
- name: Verify 3.8
run: python __tests__/verify-python.py 3.8
- name: Run with setup-python 3.7.4
- name: Run with setup-python 3.7.5
uses: ./
with:
python-version: 3.7.4
- name: Verify 3.7.4
run: python __tests__/verify-python.py 3.7.4
python-version: 3.7.5
- name: Verify 3.7.5
run: python __tests__/verify-python.py 3.7.5
- name: Run with setup-python 3.6.2
- name: Run with setup-python 3.6.7
uses: ./
with:
python-version: 3.6.2
- name: Verify 3.6.2
run: python __tests__/verify-python.py 3.6.2
python-version: 3.6.7
- name: Verify 3.6.7
run: python __tests__/verify-python.py 3.6.7
- name: Run with setup-python 3.8.1
uses: ./