You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use make -C instead of cd for E2E provider builds
The 'cd providers/kaito && make docker-build' pattern causes the
directory to become inaccessible for subsequent 'cd' commands in
the same run block on CI runners. Using 'make -C' avoids changing
the shell's working directory.
0 commit comments