Splited the test report job for forks
Refactored fastlane for both ios and android Refactored github workflows (cherry picked from commit c3ff622af05f87e16ae1cadec0c95c87cca3d763)
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
on:
|
||||
workflow_run:
|
||||
workflows:
|
||||
- "Analyze and test"
|
||||
types:
|
||||
- completed
|
||||
|
||||
name: Test Reports
|
||||
|
||||
jobs:
|
||||
reports:
|
||||
name: Upload test reports
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: dorny/test-reporter@v1
|
||||
with:
|
||||
artifact: test-reports
|
||||
name: Flutter Tests
|
||||
path: "*.json"
|
||||
reporter: flutter-json
|
||||
only-summary: "true"
|
||||
Reference in New Issue
Block a user