Skip to content

Commit c42402c

Browse files
fix(ci): use internal make target inside container job
CI check job already runs inside the dev-toolchain container, so call _check directly instead of check which tries to spawn Docker-in-Docker. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9639266 commit c42402c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
image: ghcr.io/devrail-dev/dev-toolchain:v1
1212
steps:
1313
- uses: actions/checkout@v4
14-
- run: make check
14+
- run: make _check
1515

1616
build:
1717
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)