Skip to content

Commit

Permalink
fix subset way
Browse files Browse the repository at this point in the history
  • Loading branch information
Konboi committed Nov 18, 2024
1 parent 73bde29 commit 6422884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Record commits and build
run: 'launchable record build --name "$GITHUB_RUN_ID" --source ..' # care for working-directory path
- name: Subset
run: find test/*_test.dart | launchable subset --confidence 100% flutter > launchable-subset.txt
run: launchable subset --confidence 100% flutter test/**/*_test.dart > launchable-subset.txt
- name: Test
run: flutter test $(cat launchable-subset.txt) --machine > report.json
- name: Record
Expand Down

0 comments on commit 6422884

Please sign in to comment.