forked from mirrors/thatmattlove-hyperglass
fix gh actions syntax error
This commit is contained in:
parent
794aafbb9b
commit
43fdbcc397
1 changed files with 2 additions and 1 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
|
@ -10,7 +10,8 @@ jobs:
|
|||
services:
|
||||
redis:
|
||||
image: redis
|
||||
ports: [6379:6379]
|
||||
ports:
|
||||
- 6379:6379
|
||||
steps:
|
||||
- name: Setup Python 3.6
|
||||
uses: actions/setup-python@v1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue