Update Foresight test-kit action (#14958)
This commit is contained in:
parent
b50fe06b2e
commit
4a266d0708
1 changed files with 7 additions and 7 deletions
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
|
@ -83,7 +83,7 @@ jobs:
|
|||
fi
|
||||
|
||||
- name: Analyze Test and/or Coverage Results
|
||||
uses: runforesight/foresight-test-kit-action@v1
|
||||
uses: runforesight/foresight-test-kit-action@v1.2.1
|
||||
if: always() && github.repository == 'keycloak/keycloak'
|
||||
with:
|
||||
api_key: ${{ secrets.FORESIGHT_API_KEY }}
|
||||
|
@ -173,7 +173,7 @@ jobs:
|
|||
fi
|
||||
|
||||
- name: Analyze Test and/or Coverage Results
|
||||
uses: runforesight/foresight-test-kit-action@v1
|
||||
uses: runforesight/foresight-test-kit-action@v1.2.1
|
||||
if: always() && github.repository == 'keycloak/keycloak'
|
||||
with:
|
||||
api_key: ${{ secrets.FORESIGHT_API_KEY }}
|
||||
|
@ -257,7 +257,7 @@ jobs:
|
|||
exit $TEST_RESULT
|
||||
|
||||
- name: Analyze Test and/or Coverage Results
|
||||
uses: runforesight/foresight-test-kit-action@v1
|
||||
uses: runforesight/foresight-test-kit-action@v1.2.1
|
||||
if: always() && github.repository == 'keycloak/keycloak'
|
||||
with:
|
||||
api_key: ${{ secrets.FORESIGHT_API_KEY }}
|
||||
|
@ -328,7 +328,7 @@ jobs:
|
|||
exit $TEST_RESULT
|
||||
|
||||
- name: Analyze Test and/or Coverage Results
|
||||
uses: runforesight/foresight-test-kit-action@v1
|
||||
uses: runforesight/foresight-test-kit-action@v1.2.1
|
||||
if: always() && github.repository == 'keycloak/keycloak'
|
||||
with:
|
||||
api_key: ${{ secrets.FORESIGHT_API_KEY }}
|
||||
|
@ -424,7 +424,7 @@ jobs:
|
|||
exit $TEST_RESULT
|
||||
|
||||
- name: Analyze Test and/or Coverage Results
|
||||
uses: runforesight/foresight-test-kit-action@v1
|
||||
uses: runforesight/foresight-test-kit-action@v1.2.1
|
||||
if: always() && github.repository == 'keycloak/keycloak'
|
||||
with:
|
||||
api_key: ${{ secrets.FORESIGHT_API_KEY }}
|
||||
|
@ -484,7 +484,7 @@ jobs:
|
|||
exit $TEST_RESULT
|
||||
|
||||
- name: Analyze Test and/or Coverage Results
|
||||
uses: runforesight/foresight-test-kit-action@v1
|
||||
uses: runforesight/foresight-test-kit-action@v1.2.1
|
||||
if: always() && github.repository == 'keycloak/keycloak'
|
||||
with:
|
||||
api_key: ${{ secrets.FORESIGHT_API_KEY }}
|
||||
|
@ -552,7 +552,7 @@ jobs:
|
|||
exit $TEST_RESULT
|
||||
|
||||
- name: Analyze Test and/or Coverage Results
|
||||
uses: runforesight/foresight-test-kit-action@v1
|
||||
uses: runforesight/foresight-test-kit-action@v1.2.1
|
||||
if: always() && github.repository == 'keycloak/keycloak'
|
||||
with:
|
||||
api_key: ${{ secrets.FORESIGHT_API_KEY }}
|
||||
|
|
Loading…
Reference in a new issue