Skip to content

Service Test - Navae #244

Service Test - Navae

Service Test - Navae #244

Workflow file for this run

name: Service Test - Navae
on:
push:
paths:
- "utils/test.py"
- "sv_dlp/**"
schedule:
- cron: "0 0 * * *" # every day at midnight
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run Service Test
run: python -m unittest utils.test.TestSvDlp.test_service
env:
SERVICE: naver