Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Dec 20, 2020
1 parent a419506 commit 9188b4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ jobs:
- name: Syntax check PHP
run: bash vendor/bin/check-syntax-php.sh

- name: Create ticket cache
run: |
echo "SIMPLESAMLPHP_CONFIG_DIR=${{ github.workspace }}/tests/config/" >> $GITHUB_ENV
mkdir ${{ github.workspace }}/tests/ticketcache
- name: Decide whether to run code coverage or not
if: ${{ matrix.php-versions != '7.4' || matrix.operating-system != 'ubuntu-latest' }}
run: |
Expand Down

0 comments on commit 9188b4f

Please sign in to comment.