diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b77c7f..2668a3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,10 @@ name: CI push: branches: - main +defaults: + run: + working-directory: '1xtier.node_exporter' + jobs: lint: @@ -13,6 +17,8 @@ jobs: steps: - name: Check out the codebase. uses: actions/checkout@v4 + with: + path: '1xtier.node_exporter' - name: Set up Python 3. uses: actions/setup-python@v5 @@ -40,6 +46,8 @@ jobs: steps: - name: Check out the codebase. uses: actions/checkout@v4 + with: + path: '1xtier.node_exporter' - name: Set up Python 3. uses: actions/setup-python@v5 diff --git a/molecule/default/converge.yml b/molecule/default/converge.yml index e32ffca..81379e0 100644 --- a/molecule/default/converge.yml +++ b/molecule/default/converge.yml @@ -4,4 +4,4 @@ become: true roles: - - ansible-role-node-exporter + - role: 1xtier.node-exporter