From 90aa708c685f50f37de2bb67161884850c012934 Mon Sep 17 00:00:00 2001 From: Zach Burnett Date: Wed, 25 Jan 2023 13:58:52 -0500 Subject: [PATCH] actually sync CRDS --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0f960a999..c7f801d14b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 ]