Skip to content

Passing optional headers to the underlying LokiRequest #2

Passing optional headers to the underlying LokiRequest

Passing optional headers to the underlying LokiRequest #2

Workflow file for this run

name: Run Tests on Pull Request
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.x
- name: Install Dependencies
run: pip install -r requirements-test.txt
- name: Run Tests
run: python -m unittest discover tests/