Skip to content

Reduce default TASK_DELAY for Spotify import jobs to 0.5s with proper float casting #168

Reduce default TASK_DELAY for Spotify import jobs to 0.5s with proper float casting

Reduce default TASK_DELAY for Spotify import jobs to 0.5s with proper float casting #168

Workflow file for this run

name: Connector Manager Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./connector_manager
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install dependencies
run: make install
- name: Run tests
run: make test