From 46417a804f242d64c035a91bad2120beb4a2083f Mon Sep 17 00:00:00 2001 From: Hemang Sarkar Date: Tue, 11 Feb 2025 10:16:17 +0100 Subject: [PATCH] Create tests_ci.yml --- .github/workflows/tests_ci.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/tests_ci.yml diff --git a/.github/workflows/tests_ci.yml b/.github/workflows/tests_ci.yml new file mode 100644 index 0000000..e000800 --- /dev/null +++ b/.github/workflows/tests_ci.yml @@ -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