diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c818aee..8790abf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - run: cue cmd ci + - run: CUE_DEBUG_TOOLS_FLOW=true cue cmd ci - uses: actions/upload-artifact@v4 with: