updated pypy2.yaml

pull/2/head
Hari Sekhon 3 years ago
parent 5cd3e7ab45
commit 8fe20bd7b9

@ -13,41 +13,17 @@
name: PyPy 2
#env:
# DEBUG: 1
on:
push:
branches:
- master
workflow_dispatch:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 7 * * *'
- cron: '0 7 * * *'
jobs:
build:
#name: build
timeout-minutes: 60
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
#python-version: [2.7, 3.5, 3.6, 3.7, 3.8, pypy2, pypy3]
python-version: [pypy2]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- uses: actions/cache@v1
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-bash-tools # -${{ hashFiles('**/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-bash-tools
- name: init
run: make init
- name: build
run: make ci
- name: test
run: make test
name: PyPy2
uses: HariSekhon/GitHub-Actions/.github/workflows/pypy2.yaml@master
#with:
# debug: 1

Loading…
Cancel
Save