From ba6216ce750209c0416df598e9d59f0c8596ab02 Mon Sep 17 00:00:00 2001 From: Mads Bisgaard Date: Tue, 3 Dec 2024 14:05:44 +0100 Subject: [PATCH] add test in ci workflow --- .github/workflows/ci-testing-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-testing-deploy.yml b/.github/workflows/ci-testing-deploy.yml index c8e5bc2ff85..cf9c36c828a 100644 --- a/.github/workflows/ci-testing-deploy.yml +++ b/.github/workflows/ci-testing-deploy.yml @@ -2916,6 +2916,6 @@ jobs: uses: actions/checkout@v4 - name: Check openapi-specs backwards compatibility run: | - cd source - uv venv .venv && source .venv/bin/activate - make openapi-specs + bash ci/github/helpers/openapi-specs-backwards-compatibility.bash \ + https://raw.githubusercontent.com/${{ github.event.pull_request.base.repo.full_name }}/refs/heads/${{ github.event.pull_request.base.ref }} \ + .