From 5298d18de50b7f81b86134cd33094b464a53dd37 Mon Sep 17 00:00:00 2001 From: kyle Date: Fri, 10 Jan 2025 15:25:54 -0500 Subject: [PATCH] let's try --- .github/workflows/ci.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 817071b55b..4183fdbd35 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,6 +7,8 @@ on: required: true AWS_SECRET_ACCESS_KEY: required: true + pull_request: + types: [opened, synchronize] permissions: contents: read @@ -27,9 +29,6 @@ jobs: - name: Install dependencies run: | make unit-deps - - name: Run functional tests + - name: Run API tests run: | - make functional - - name: Run integration tests - run: | - make integration + pytest tests/integration/api