Different way to test.
This commit is contained in:
parent
2ce8df660e
commit
17bd761e04
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- run: |
|
- run: |
|
||||||
pip install pre-commit
|
pip install pre-commit
|
||||||
cd tests/${{ matrix.config.role }}
|
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."
|
echo "Testing generating all default files."
|
||||||
../../generate.yml
|
../../generate.yml
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue