Removing ruby commands from integration tests yaml.

This commit is contained in:
Tommy Barnes 2022-01-04 15:31:48 -05:00
parent 5110d03def
commit 6a64430c5e

View file

@ -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