Skip to content

[TASK] Switch to confvals for mod.web_info (#454) #187

[TASK] Switch to confvals for mod.web_info (#454)

[TASK] Switch to confvals for mod.web_info (#454) #187

Workflow file for this run

name: tests
on:
push:
pull_request:
jobs:
testsuite:
name: all tests
runs-on: ubuntu-latest
env:
php: '8.1'
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
- name: Check Rst
run: Build/Scripts/runTests.sh -p ${{ env.php }} -s checkRst