Skip to content

Commit d525112

Browse files
committed
ci: Add missing checkout step
1 parent c35d4a0 commit d525112

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,10 @@ jobs:
282282
name: "build docker image to run integration tests on android"
283283
runs-on: self-hosted
284284
steps:
285+
- uses: actions/checkout@v4
286+
with:
287+
submodules: recursive
288+
285289
- run: ./docker/linux.sh container build
286290

287291
integration_test_android:

docker/linux.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ function print_help() {
9393
"container")
9494
echo "Explicitly manage the container"
9595
echo
96+
echo "Note the commands normally build, start and stop the container automatically. This is only useful when running multiple commands on the same container."
97+
echo
9698
echo "Usage: $0 container <start|stop|build>"
9799
echo
98100
echo "Commands:"

0 commit comments

Comments
 (0)