Skip to content

fix: better handling JIRA auth error #44

fix: better handling JIRA auth error

fix: better handling JIRA auth error #44

Workflow file for this run

name: "Test"
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_call:
workflow_dispatch:
jobs:
test:
name: Run automated tests
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install tools
run: python3 -m pip install --upgrade pip setuptools wheel
- name: Install DEV dependencies
run: pip install -e .[dev]
- name: Run tests
run: bash run_tests.sh