mirror of https://github.com/CIRCL/lookyloo
Update instance_test.yml
parent
18f5eb4f42
commit
0c621e77c2
|
@ -7,23 +7,19 @@ on:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
splash-container:
|
splash-container:
|
||||||
image: scrapinghub:splash
|
runs-on: ubuntu-latest
|
||||||
options: --disable-browser-caches
|
container:
|
||||||
ports:
|
image: scrapinghub:splash
|
||||||
- 8050:8050
|
services:
|
||||||
- 5023:5023
|
splash:
|
||||||
|
image: scrapinghub:splash
|
||||||
|
options: --disable-browser-caches
|
||||||
|
ports:
|
||||||
|
- 8050:8050
|
||||||
|
- 5023:5023
|
||||||
|
|
||||||
lookyloo-container:
|
steps:
|
||||||
build:
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
python-version: [3.8, 3.9]
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Python ${{matrix.python-version}}
|
- name: Set up Python ${{matrix.python-version}}
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
|
|
Loading…
Reference in New Issue