diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 23b5c4119..c741de3d6 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -17,7 +17,7 @@ jobs: run: bundle exec fastlane unit_test working-directory: ${{ env.working-directory }} - name: Codecov - uses: codecov/codecov-action@v1.5.2 + uses: codecov/codecov-action@v3.0.0 with: fail_ci_if_error: true - name: Upload Test logs diff --git a/.github/workflows/PR_CI.yml b/.github/workflows/PR_CI.yml index 67f23d560..440354dba 100644 --- a/.github/workflows/PR_CI.yml +++ b/.github/workflows/PR_CI.yml @@ -1,6 +1,6 @@ name: PR_CI -on: [ pull_request ] +on: [ pull_request, workflow_dispatch ] jobs: test: @@ -14,7 +14,7 @@ jobs: run: bundle exec fastlane unit_test working-directory: ${{ env.working-directory }} - name: Codecov - uses: codecov/codecov-action@v1.5.2 + uses: codecov/codecov-action@v3.0.0 with: fail_ci_if_error: true - name: Upload Test logs