Skip to content

Commit

Permalink
Merge pull request #35 from CoCoVo/feature/fix-build-ci
Browse files Browse the repository at this point in the history
Rename build-ci branch name develop to dev
  • Loading branch information
Ho2eny authored Apr 13, 2022
2 parents 41059ff + 206d3b4 commit d6713ed
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 45 deletions.
6 changes: 3 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 기존 문제상황
### 기존 문제상황

# 변경 내용
### 변경 내용

# 결론
### 결론

| Image1 | Image2 | Image2 |
|:-------:|:------:|:------:|
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches: [master]
pull_request:
branches: [master, develop]
branches: [master, dev]

jobs:
build_android:
Expand Down
9 changes: 9 additions & 0 deletions fitqa_flutter/test/default_test.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import 'package:flutter_test/flutter_test.dart';

void main() {
group('Default', () {
testWidgets('default test', (WidgetTester tester) async {
expect(0, 0);
});
});
}
41 changes: 0 additions & 41 deletions fitqa_flutter/test/home/home_widget_test.dart

This file was deleted.

0 comments on commit d6713ed

Please # to comment.