Switch to ci-test.yml to actions/checkout@v3 and codecov/codecov-action@v3
This commit is contained in:
parent
1308d780d3
commit
f305a76eaa
6
.github/workflows/ci-test.yml
vendored
6
.github/workflows/ci-test.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Setup path
|
- name: Setup path
|
||||||
run: sed -i -e "s,../..:,$PWD:," dist/ci/docker-compose.yml
|
run: sed -i -e "s,../..:,$PWD:," dist/ci/docker-compose.yml
|
||||||
@ -34,7 +34,7 @@ jobs:
|
|||||||
CI_NODE_INDEX: ${{ matrix.ci_node_index }}
|
CI_NODE_INDEX: ${{ matrix.ci_node_index }}
|
||||||
|
|
||||||
- name: Submit coverage report to Codecov
|
- name: Submit coverage report to Codecov
|
||||||
uses: codecov/codecov-action@v1.5.2
|
uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
|
|
||||||
@ -47,7 +47,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Validate gocd config
|
- name: Validate gocd config
|
||||||
run: cd gocd && sh generate.sh && git diff --exit-code
|
run: cd gocd && sh generate.sh && git diff --exit-code
|
||||||
|
Loading…
x
Reference in New Issue
Block a user