AutorÃa | Ultima modificación | Ver Log |
name: Web Installer Testingon:workflow_dispatch:jobs:InstallationTest:runs-on: ${{ matrix.os }}strategy:fail-fast: falsematrix:os: [ubuntu-latest]php: [8.2, 8.4]steps:- name: Construct repository URLrun: echo "REPOSITORY_URL=${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}" >> $GITHUB_ENVshell: bash- uses: moodlehq/moodle-webinstaller-test@mainwith:repository: ${{ env.REPOSITORY_URL }}branch: ${{ github.ref_name }}php: ${{ matrix.php }}