Update instance_test.yml

pull/206/head
Raphaël Vinot 2021-05-21 15:41:49 -07:00 committed by GitHub
parent 18f5eb4f42
commit 0c621e77c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 15 deletions

View File

@ -7,23 +7,19 @@ on:
branches: [ main ]
jobs:
splash-container:
image: scrapinghub:splash
options: --disable-browser-caches
ports:
- 8050:8050
- 5023:5023
runs-on: ubuntu-latest
container:
image: scrapinghub:splash
services:
splash:
image: scrapinghub:splash
options: --disable-browser-caches
ports:
- 8050:8050
- 5023:5023
lookyloo-container:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9]
steps:
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{matrix.python-version}}
uses: actions/setup-python@v2