Skip to content

Standardize LICENSE copyright #34

Standardize LICENSE copyright

Standardize LICENSE copyright #34

Workflow file for this run

name: API Test
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: '3.12'
- run: pip install requests
- name: Run full API test
env:
VOICEIT_API_KEY: ${{ secrets.VOICEIT_API_KEY }}
VOICEIT_API_TOKEN: ${{ secrets.VOICEIT_API_TOKEN }}
run: python3 test_example.py