Skip to content

Commit

Permalink
Fixed GitHub Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JaffaKetchup committed Apr 4, 2024
1 parent 75cf594 commit bc54ce6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
channel: "beta"
- name: Get Dependencies
run: flutter pub get
- name: Install ObjectBox Libs For Testing
run: cd test && bash <(curl -s https://raw.githubusercontent.com/objectbox/objectbox-dart/main/install.sh) --quiet
- name: Run Tests
run: flutter test -r expanded

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Custom
local/
test/lib/

# Miscellaneous
*.class
Expand Down
5 changes: 4 additions & 1 deletion test/general_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ import 'package:flutter_map_tile_caching/flutter_map_tile_caching.dart';
import 'package:path/path.dart' as p;
import 'package:test/test.dart';

// bash <(curl -s https://raw.githubusercontent.com/objectbox/objectbox-dart/main/install.sh)
// To install ObjectBox dependencies:
// * use bash terminal
// * cd to test/
// * run `bash <(curl -s https://raw.githubusercontent.com/objectbox/objectbox-dart/main/install.sh) --quiet`

void main() {
setUpAll(() {
Expand Down
Binary file removed test/lib/objectbox.dll
Binary file not shown.
Binary file removed test/lib/objectbox.lib
Binary file not shown.

0 comments on commit bc54ce6

Please sign in to comment.