1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

fix gh actions syntax error

This commit is contained in:
checktheroads
2020-02-13 21:32:06 -07:00
parent 794aafbb9b
commit 43fdbcc397

View File

@@ -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