Removing ruby commands from integration tests yaml.
This commit is contained in:
parent
5110d03def
commit
6a64430c5e
1 changed files with 0 additions and 4 deletions
4
.github/workflows/integration-tests.yml
vendored
4
.github/workflows/integration-tests.yml
vendored
|
@ -30,10 +30,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ruby-version: '2.7'
|
ruby-version: '2.7'
|
||||||
|
|
||||||
- name: Marking status as in-progress on PR
|
|
||||||
if: steps.job-type.outputs.type == 'pr'
|
|
||||||
run: |
|
|
||||||
ruby postStatus.rb ${{github.event.client_payload.repository}} ${{github.event.client_payload.commit}} ${{secrets.L2_REPO_TOKEN}} ${{job.status}} ${{github.run_id}} ${{matrix.os}} true ${{ secrets.L2_REPO_USER }}
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
if: steps.job-type.outputs.type == 'pr'
|
if: steps.job-type.outputs.type == 'pr'
|
||||||
name: Checkout from PR branch
|
name: Checkout from PR branch
|
||||||
|
|
Loading…
Add table
Reference in a new issue