This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
Merge pull request #10 from loyal812/feat/conversational #11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Code Integration | |
on: | |
push: | |
branches: | |
- main | |
- dev | |
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 |