From ebfcc71aff7b2a34406ac4b7eff8e4a89b1cbada Mon Sep 17 00:00:00 2001 From: 1xtier Date: Mon, 26 Jan 2026 11:43:19 +0400 Subject: [PATCH] add --- .github/workflows/ci.yml | 8 ++++++++ molecule/default/converge.yml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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