This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
[Backport 13.4] [TASK] Site settings can be used as constants in TSco… #594
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: tests | |
on: | |
push: | |
pull_request: | |
jobs: | |
testsuite: | |
name: all tests | |
runs-on: ubuntu-latest | |
env: | |
php: '8.2' | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Install testing system | |
run: Build/Scripts/runTests.sh -p ${{ env.php }} -s composerUpdate | |
- name: Lint PHP | |
run: Build/Scripts/runTests.sh -p ${{ env.php }} -s lint | |
- name: CGL | |
run: Build/Scripts/runTests.sh -n -p ${{ env.php }} -s cgl -n |