fix unittests

This commit is contained in:
kjeld Schouten-Lebbing
2021-05-10 14:16:35 +02:00
parent 0ff829ca0b
commit a0fdbf8d91
+1 -1
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' }}