Enable Foresight test-kit-action on PRs (#14695)
This commit is contained in:
parent
5555a8d082
commit
7ae1fa4833
1 changed files with 6 additions and 6 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
@ -84,7 +84,7 @@ jobs:
|
||||||
|
|
||||||
- name: Analyze Test and/or Coverage Results
|
- name: Analyze Test and/or Coverage Results
|
||||||
uses: runforesight/foresight-test-kit-action@v1
|
uses: runforesight/foresight-test-kit-action@v1
|
||||||
if: ( github.repository == 'keycloak/keycloak' ) && ( github.event_name == 'schedule' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' ) && ( success() || failure() )
|
if: always() && github.repository == 'keycloak/keycloak'
|
||||||
with:
|
with:
|
||||||
api_key: ${{ secrets.FORESIGHT_API_KEY }}
|
api_key: ${{ secrets.FORESIGHT_API_KEY }}
|
||||||
test_format: JUNIT
|
test_format: JUNIT
|
||||||
|
@ -174,7 +174,7 @@ jobs:
|
||||||
|
|
||||||
- name: Analyze Test and/or Coverage Results
|
- name: Analyze Test and/or Coverage Results
|
||||||
uses: runforesight/foresight-test-kit-action@v1
|
uses: runforesight/foresight-test-kit-action@v1
|
||||||
if: ( github.repository == 'keycloak/keycloak' ) && ( github.event_name == 'schedule' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' ) && ( success() || failure() )
|
if: always() && github.repository == 'keycloak/keycloak'
|
||||||
with:
|
with:
|
||||||
api_key: ${{ secrets.FORESIGHT_API_KEY }}
|
api_key: ${{ secrets.FORESIGHT_API_KEY }}
|
||||||
test_format: JUNIT
|
test_format: JUNIT
|
||||||
|
@ -258,7 +258,7 @@ jobs:
|
||||||
|
|
||||||
- name: Analyze Test and/or Coverage Results
|
- name: Analyze Test and/or Coverage Results
|
||||||
uses: runforesight/foresight-test-kit-action@v1
|
uses: runforesight/foresight-test-kit-action@v1
|
||||||
if: ( github.repository == 'keycloak/keycloak' ) && ( github.event_name == 'schedule' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' ) && ( success() || failure() )
|
if: always() && github.repository == 'keycloak/keycloak'
|
||||||
with:
|
with:
|
||||||
api_key: ${{ secrets.FORESIGHT_API_KEY }}
|
api_key: ${{ secrets.FORESIGHT_API_KEY }}
|
||||||
test_format: JUNIT
|
test_format: JUNIT
|
||||||
|
@ -354,7 +354,7 @@ jobs:
|
||||||
|
|
||||||
- name: Analyze Test and/or Coverage Results
|
- name: Analyze Test and/or Coverage Results
|
||||||
uses: runforesight/foresight-test-kit-action@v1
|
uses: runforesight/foresight-test-kit-action@v1
|
||||||
if: ( github.repository == 'keycloak/keycloak' ) && ( github.event_name == 'schedule' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' ) && ( success() || failure() )
|
if: always() && github.repository == 'keycloak/keycloak'
|
||||||
with:
|
with:
|
||||||
api_key: ${{ secrets.FORESIGHT_API_KEY }}
|
api_key: ${{ secrets.FORESIGHT_API_KEY }}
|
||||||
test_format: JUNIT
|
test_format: JUNIT
|
||||||
|
@ -414,7 +414,7 @@ jobs:
|
||||||
|
|
||||||
- name: Analyze Test and/or Coverage Results
|
- name: Analyze Test and/or Coverage Results
|
||||||
uses: runforesight/foresight-test-kit-action@v1
|
uses: runforesight/foresight-test-kit-action@v1
|
||||||
if: ( github.repository == 'keycloak/keycloak' ) && ( github.event_name == 'schedule' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' ) && ( success() || failure() )
|
if: always() && github.repository == 'keycloak/keycloak'
|
||||||
with:
|
with:
|
||||||
api_key: ${{ secrets.FORESIGHT_API_KEY }}
|
api_key: ${{ secrets.FORESIGHT_API_KEY }}
|
||||||
test_format: JUNIT
|
test_format: JUNIT
|
||||||
|
@ -482,7 +482,7 @@ jobs:
|
||||||
|
|
||||||
- name: Analyze Test and/or Coverage Results
|
- name: Analyze Test and/or Coverage Results
|
||||||
uses: runforesight/foresight-test-kit-action@v1
|
uses: runforesight/foresight-test-kit-action@v1
|
||||||
if: ( github.repository == 'keycloak/keycloak' ) && ( github.event_name == 'schedule' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' ) && ( success() || failure() )
|
if: always() && github.repository == 'keycloak/keycloak'
|
||||||
with:
|
with:
|
||||||
api_key: ${{ secrets.FORESIGHT_API_KEY }}
|
api_key: ${{ secrets.FORESIGHT_API_KEY }}
|
||||||
test_format: JUNIT
|
test_format: JUNIT
|
||||||
|
|
Loading…
Reference in a new issue