Skip to content

Add all the latest from the Felt REST API (#22) #6

Add all the latest from the Felt REST API (#22)

Add all the latest from the Felt REST API (#22) #6

Workflow file for this run

name: Felt Python Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Run tests
env:
FELT_API_TOKEN: ${{ secrets.FELT_API_TOKEN }}
run: |
python tests/tests.py