fix unittests

This commit is contained in:
kjeld Schouten-Lebbing 2021-05-10 14:16:35 +02:00
parent 0ff829ca0b
commit a0fdbf8d91
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ jobs:
- name: Run common unit tests
if: ${{ matrix.app == 'common' && matrix.app != '.gitkee' }}
run: |
bundle exec m -r .tools/tests/charts
bundle exec m -r tests
- name: Create k3d cluster
if: ${{ matrix.app != 'common' && matrix.app != '.gitkee' }}