We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d92e87 + 7e15e63 commit 863b0baCopy full SHA for 863b0ba
2 files changed
.github/workflows/CI.yml
@@ -17,7 +17,7 @@ jobs:
17
run: bundle exec fastlane unit_test
18
working-directory: ${{ env.working-directory }}
19
- name: Codecov
20
- uses: codecov/codecov-action@v1.5.2
+ uses: codecov/codecov-action@v3.0.0
21
with:
22
fail_ci_if_error: true
23
- name: Upload Test logs
.github/workflows/PR_CI.yml
@@ -1,6 +1,6 @@
1
name: PR_CI
2
3
-on: [ pull_request ]
+on: [ pull_request, workflow_dispatch ]
4
5
jobs:
6
test:
@@ -14,7 +14,7 @@ jobs:
14
15
16
0 commit comments