Create tests_ci.yml

This commit is contained in:
Hemang Sarkar
2025-02-11 10:16:17 +01:00
committed by GitHub
parent 6f0a34c070
commit 46417a804f
+22
View File
@@ -0,0 +1,22 @@
name: Invariant proxy testing CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
test:
name: Build & Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Run tests
env:
OPENAI_API_KEY: ${{ secrets.INVARIANT_TESTING_OPENAI_KEY }}
run: ./run.sh tests -s -vv --cov=proxy --cov-report=term