Skip to content

Bump getsentry/action-setup-venv from 2.1.0 to 2.1.1 #79

Bump getsentry/action-setup-venv from 2.1.0 to 2.1.1

Bump getsentry/action-setup-venv from 2.1.0 to 2.1.1 #79

Workflow file for this run

name: Building price scraper
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: getsentry/[email protected]
id: venv
with:
python-version: 3.11
cache-dependency-path: |
requirements.txt
requirements-frozen.txt
install-cmd: pip install -r requirements.txt -c requirements-frozen.txt
- name: Test build
run: |
cd price_scraper
scrapy crawl aranykor -a base_dir=../test-dir -L INFO
scrapy crawl mak -a base_dir=../test-dir -L INFO
scrapy crawl bamosz -a base_dir=../test-dir -L INFO
scrapy crawl otp_nyugdij -a base_dir=../test-dir -L INFO
scrapy crawl budapest_nyugdij -a base_dir=../test-dir -L INFO
scrapy crawl mbh_nyugdij -a base_dir=../test-dir -L INFO
scrapy crawl horizont_nyugdij -a base_dir=../test-dir -L INFO
scrapy crawl allianz_nyugdij -a base_dir=../test-dir -L INFO
scrapy crawl pannonia_nyugdij -a base_dir=../test-dir -L INFO
scrapy crawl erste_nyugdij -a base_dir=../test-dir -L INFO
scrapy crawl szovetseg_nyugdij -a base_dir=../test-dir -L INFO
scrapy crawl alfa_nyugdij -a base_dir=../test-dir -L INFO
scrapy crawl honved_nyugdij -a base_dir=../test-dir -L INFO