Skip to content

chore: 테스트 코드 모킹 api키 추가 #3

chore: 테스트 코드 모킹 api키 추가

chore: 테스트 코드 모킹 api키 추가 #3

Workflow file for this run

name: omeUnitTest
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Python 3
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests with pytest
run: pytest