We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e78a68 commit 3242ba8Copy full SHA for 3242ba8
.github/workflows/ci-testing-pull-request.yml
@@ -34,6 +34,7 @@ jobs:
34
- name: Regenerate specs and check
35
run: |
36
make devenv
37
+ source .venv/bin/activate
38
make openapi-specs
39
if ! ./ci/github/helpers/openapi-specs-diff.bash diff \
40
https://raw.githubusercontent.com/${{ github.event.pull_request.head.repo.full_name }}/refs/heads/${{ github.event.pull_request.head.ref }} \
0 commit comments