Skip to content

hoist pushing gtfs bundle to s3 before processing gtfs data (#87) #210

hoist pushing gtfs bundle to s3 before processing gtfs data (#87)

hoist pushing gtfs bundle to s3 before processing gtfs data (#87) #210

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
jobs:
backend:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12"]
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Install dependencies
run: uv sync --group dev
- name: test code with pytest
run: uv run pytest mbta-performance