Skip to content

Commit

Permalink
The "OpenAPI" tests missed dependency on build-info step (#11849)
Browse files Browse the repository at this point in the history
The tests were not running for a few days because the
dependency (needs) was missing - it was needed to get the
selective checks work after the recent refactor in #11656.
  • Loading branch information
potiuk authored Oct 26, 2020
1 parent d7da4fc commit c04c97c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ jobs:
test-openapi-client-generation:
name: "Test OpenAPI client generation"
runs-on: ubuntu-latest
needs: [build-info]
if: >
needs.build-info.outputs.needs-api-tests == 'true' &&
(github.repository == 'apache/airflow' || github.event_name != 'schedule')
Expand Down

0 comments on commit c04c97c

Please sign in to comment.