Skip to content

Commit

Permalink
Merge pull request #407 from anstadnik/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
anstadnik authored Sep 18, 2023
2 parents 19844d4 + a5d9d72 commit 4271a09
Show file tree
Hide file tree
Showing 14 changed files with 418 additions and 409 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/CI_CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,10 @@ jobs:
- uses: baptiste0928/cargo-install@v2
with:
crate: cargo-ndk
- run: just
# - run: cargo build
# env:
# SHEET_ID: ${{ secrets.SHEET_ID }}
# - run: flutter test
- run: flutter build apk --release
- uses: baptiste0928/cargo-install@v2
with:
crate: cargo-expand
- run: just && flutter build apk --release
env:
SHEET_ID: ${{ secrets.SHEET_ID }}
# https://github.com/actions/upload-artifact/issues/294
Expand Down
Loading

0 comments on commit 4271a09

Please sign in to comment.