From 0c621e77c243807fc90b763d6d84dce8b75a84ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 21 May 2021 15:41:49 -0700 Subject: [PATCH] Update instance_test.yml --- .github/workflows/instance_test.yml | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/.github/workflows/instance_test.yml b/.github/workflows/instance_test.yml index 3605cddb..8683e887 100644 --- a/.github/workflows/instance_test.yml +++ b/.github/workflows/instance_test.yml @@ -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