From 255fc51c6f23885a3e330139159d48846c64988b Mon Sep 17 00:00:00 2001 From: Maxim Burgerhout Date: Tue, 13 Feb 2024 23:06:13 +0100 Subject: [PATCH] run tests on gitea, ignore builds --- .gitea/workflows/molecule.yml | 18 ++++++++++++++++++ .gitignore | 1 + 2 files changed, 19 insertions(+) create mode 100644 .gitea/workflows/molecule.yml create mode 100644 .gitignore diff --git a/.gitea/workflows/molecule.yml b/.gitea/workflows/molecule.yml new file mode 100644 index 0000000..5470bc4 --- /dev/null +++ b/.gitea/workflows/molecule.yml @@ -0,0 +1,18 @@ +name: Molecule Tests + +on: push + +jobs: + molecule: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + with: + path: "${{ github.repository }}" + - uses: gofrolist/molecule-action@v2 + with: + molecule_working_dir: ${{ github.repository }}/roles/atuin_client + molecule_args: --scenario-name podman + env: + ANSIBLE_FORCE_COLOR: '1' \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8702bba --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*gz