Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

fix: openai error exception without api key #20

fix: openai error exception without api key

fix: openai error exception without api key #20

name: Code Integration
on:
push:
branches:
- main
- fix/docker
jobs:
test:
name: Run the test suite
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run the tests
run: make test