Skip to content

Commit

Permalink
add service container to all steps
Browse files Browse the repository at this point in the history
  • Loading branch information
rhotertj committed Jun 4, 2024
1 parent ca922bc commit 710fbd5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,15 @@ env:
CURRENT_SEASON: 2023



jobs:
setup:
runs-on: ubuntu-latest
services:
selenium:
image: selenium/standalone-chrome
ports:
- 4444/tcp

steps:
- name: Checkout repository
Expand All @@ -41,11 +47,6 @@ jobs:
id: crawler
if: ${{ always() }}
# if: ${{ hashFiles('$DB_FILENAME') != '' }}
services:
selenium:
image: selenium/standalone-chrome
ports:
- 4444/tcp
run: |
pip install -r requirements.txt
mkdir data
Expand Down

0 comments on commit 710fbd5

Please sign in to comment.