Different way to test.

This commit is contained in:
Robert de Bock 2023-12-18 11:43:47 +01:00
parent 2ce8df660e
commit 17bd761e04
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
- run: |
pip install pre-commit
cd tests/${{ matrix.config.role }}
if [ ! -z "${{ matrix.config.generate_config_file }}" ]; then
if [ -z "${${{ matrix.config.generate_config_file }}+x}" ]; then
echo "Testing generating all default files."
../../generate.yml
else