Skip to content

Commit

Permalink
cp
Browse files Browse the repository at this point in the history
  • Loading branch information
nkitsaini committed Mar 29, 2024
1 parent 85668a3 commit 4ba5ef5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 31 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_apk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix flake check
- run: nix develop --command flutter pub get
- run: nix develop --command flutter test
# Enable when test is written
# - run: nix develop --command flutter test
- run: nix develop --command flutter build apk --release

- name: Save APK to Artifacts
Expand Down
30 changes: 0 additions & 30 deletions test/widget_test.dart

This file was deleted.

0 comments on commit 4ba5ef5

Please sign in to comment.