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