Skip to content
Snippets Groups Projects
Unverified Commit d206744f authored by Paul Lettich's avatar Paul Lettich Committed by GitHub
Browse files

Check environment

parent f791cbcf
Branches
Tags
1 merge request!9[pull] main from privacyidea:master
......@@ -29,14 +29,20 @@ jobs:
# restore-keys: |
# ${{ runner.os }}-php-
- name: Check PHP installation
run: php -m
- name: Check PHP packages
run: dpkg --get-selections | grep -i php
- name: Install dependencies
uses: php-actions/composer@v6
run: composer install --prefer-dist --no-progress
# uses: php-actions/composer@v6
# run: composer install --prefer-dist --no-progress
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
# Docs: https://getcomposer.org/doc/articles/scripts.md
- name: Run test suite
uses: php-actions/phpunit@v3
# run: composer run-script test
run: composer run-script test
# uses: php-actions/phpunit@v3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment