Skip to content

Commit

Permalink
run tests on gitea, ignore builds
Browse files Browse the repository at this point in the history
  • Loading branch information
wzzrd committed Feb 13, 2024
1 parent 8d7a8ef commit 255fc51
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .gitea/workflows/molecule.yml
Original file line number Diff line number Diff line change
@@ -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'
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*gz

0 comments on commit 255fc51

Please sign in to comment.