Skip to content

Commit

Permalink
actually sync CRDS
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Jan 25, 2023
1 parent 2fa279e commit 90aa708
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
with:
path: ${{ env.CRDS_PATH }}
key: crds-${{ steps.crds-context.outputs.pmap }}
- run: crds sync --contexts ${{ steps.crds-context.outputs.pmap }}
if: ${{ steps.crds-context.outputs.pmap != '' }}
test:
name: ${{ matrix.toxenv }} (Python ${{ matrix.python-version }}, ${{ matrix.os }})
needs: [ cache_crds ]
Expand Down

0 comments on commit 90aa708

Please sign in to comment.