Skip to content

feat(slack): use tickforge api for finding the slack user (if provided) #260

feat(slack): use tickforge api for finding the slack user (if provided)

feat(slack): use tickforge api for finding the slack user (if provided) #260

Workflow file for this run

name: Test
on:
push:
branches:
- develop
pull_request: ~
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.11", "3.12"]
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Python
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python }}
- name: Install deps
run: |
pip install poetry && poetry install -E server
- name: Run tests...
run: poetry run py.test