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