Skip to content

Commit

Permalink
Workflow update.
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Jun 18, 2021
1 parent 6b1a9f9 commit e4f6680
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@ on: [push]
jobs:
tests:
name: ${{ matrix.python-version }}
runs-on: ubuntu-16.04
runs-on: ubuntu-20.04
services:
redis:
image: redis
ports:
- 6379:6379
kyototycoon:
image: coleifer/kyototycoon
ports:
- 1978:1978
strategy:
fail-fast: false
matrix:
Expand All @@ -18,8 +22,6 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: package deps
run: sudo apt-get install kyototycoon libkyototycoon-dev
- name: pip deps
run: pip install gevent redis peewee ukt
- name: runtests
Expand Down

0 comments on commit e4f6680

Please sign in to comment.