Skip to content

Commit

Permalink
Merge branch 'master' into allow-higher-max-body-size
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianaromagnoli committed May 2, 2024
2 parents d662906 + 3863352 commit 17d2c8f
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # This is needed for Roave BC check

- name: Configure sysctl limits
run: |
Expand Down Expand Up @@ -81,12 +83,8 @@ jobs:
if: ${{ failure() }}
run: sudo bash ./upload-textfiles "/var/log/elasticsearch/*.log"

roave_bc_check:
name: Roave BC Check

runs-on: ubuntu-22.04
- name: Install roave/backward-compatibility-check.
run: composer require --dev roave/backward-compatibility-check

steps:
- uses: actions/checkout@v2
- name: Roave BC Check
uses: docker://nyholm/roave-bc-check-ga
- name: Run roave/backward-compatibility-check.
run: vendor/bin/roave-backward-compatibility-check --format=github-actions

0 comments on commit 17d2c8f

Please sign in to comment.