Use real-time openai API (#144) #198
This file contains hidden or 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: mops test | |
| on: | |
| push: | |
| branches: | |
| - main | |
| - master | |
| pull_request: | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: ZenVoich/setup-mops@v1 | |
| - name: make sure moc is installed | |
| run: mops toolchain bin moc || mops toolchain use moc latest | |
| - name: run tests | |
| run: mops test |