mirror of https://github.com/CIRCL/lookyloo
Update instance_test.yml
parent
bc4e775160
commit
9fcc919ebd
|
|
@ -16,8 +16,15 @@ jobs:
|
|||
- 8050:8050
|
||||
- 5023:5023
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.8, 3.9]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up Python ${{matrix.python-version}}
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue