Skip to content

Commit

Permalink
fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
git-elliot committed Jan 15, 2025
1 parent 60f02c9 commit bffea3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,4 @@ jobs:
run: sudo apt-get install -y clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev
- name: Build Linux
if: ${{ (needs.changes.outputs.branch == 'dev') && (needs.changes.outputs.lib || needs.changes.outputs.test || needs.changes.outputs.linux || needs.changes.outputs.macos || needs.changes.outputs.windows || needs.changes.outputs.yaml ) }}
run: flutter build ${{ matrix.os == 'ubuntu' && 'Linux' || matrix.os }}
run: flutter build ${{ matrix.os == 'ubuntu' && 'linux' || matrix.os }}
2 changes: 2 additions & 0 deletions test/widget_test.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import 'package:flutter_test/flutter_test.dart';
import 'package:vernet/main.dart';
import 'package:vernet/values/globals.dart' as globals;

Future<void> main() async {
globals.testingActive = true;
group('Widget test', () {
testWidgets('My first widget test', (tester) async {
// Build our app and trigger a frame.
Expand Down

0 comments on commit bffea3b

Please sign in to comment.