[CI_SKIP] Allow test to work if directory named different
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
2023-10-08 23:03:31 +13:00
parent e39de4a672
commit 3ea8059b0f

View File

@@ -4,4 +4,4 @@
tasks:
- name: "Include common"
include_role:
name: "common"
name: "{{ lookup('env', 'MOLECULE_PROJECT_DIRECTORY') | basename }}"