diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2d3d96bf84..edb5f583d7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,19 +9,14 @@ jobs: uses: actions/checkout@v6 with: fetch-depth: 0 + submodules: recursive + - name: Install Flutter uses: subosito/flutter-action@v2 with: flutter-version: '3.38.1' channel: 'stable' - # - name: Setup | Rust - # uses: dtolnay/rust-toolchain@stable - # with: - # components: clippy - - name: Checkout submodules - run: git submodule update --init --recursive - - name: install dependencies run: | cargo install cargo-ndk @@ -37,7 +32,7 @@ jobs: - name: Configure app run: | cd scripts - yes yes | ./build_app.sh -v "0.0.1" -b "1" -p "linux" -a "stack_wallet" || true + echo "yes" | ./build_app.sh -v "0.0.1" -b "1" -p "linux" -a "stack_wallet" - name: Get dependencies run: flutter pub get