Skip to content

Commit c63c214

Browse files
authored
Fix uploading test coverage (#98)
1 parent 320b8a3 commit c63c214

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/actions/upload_test_coverage_report/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ runs:
3939
uses: actions/upload-artifact@v4
4040
with:
4141
name: ${{ inputs.filename }}
42-
path: ${{ inputs.output_path }}
42+
path: test_output

.github/workflows/flare.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- dev
88
pull_request:
99
paths:
10+
- ".github/**"
1011
- '.swiftlint.yml'
1112
- ".github/workflows/**"
1213
- "Package@swift-5.7.swift"

.github/workflows/flare_ui.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- dev
88
pull_request:
99
paths:
10+
- ".github/**"
1011
- '.swiftlint.yml'
1112
- ".github/workflows/**"
1213
- "Package@swift-5.7.swift"

0 commit comments

Comments
 (0)