Skip to content

Commit

Permalink
Revert "[TASK] Update ci.yaml to correspond to latest runTests.sh"
Browse files Browse the repository at this point in the history
This reverts commit 9e83b08.
  • Loading branch information
opi99 committed Nov 28, 2023
1 parent 9e83b08 commit 8b595df
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Check composer before installing
run: tools/runTests.sh -p ${{ matrix.php }} -s checkComposer

- name: Install testing system
run: tools/runTests.sh -p ${{ matrix.php }} -s composerInstall
run: tools/runTests.sh -p ${{ matrix.php }} -s composerUpdate

- name: Composer validate
run: tools/runTests.sh -p ${{ matrix.php }} -s composerValidate
Expand Down

0 comments on commit 8b595df

Please sign in to comment.