Skip to content

Commit

Permalink
split out actions for server and client
Browse files Browse the repository at this point in the history
  • Loading branch information
wzzrd committed Feb 16, 2024
1 parent 460618b commit 41a85d1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/molecule_client.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Molecule Tests atuin client

on: push

jobs:
molecule:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
path: "${{ github.repository }}"
- name: Run molecule tests for atuin_client role
uses: gofrolist/molecule-action@v2
with:
molecule_working_dir: ${{ github.repository }}/roles/atuin_client
molecule_args: --scenario-name docker --driver-name docker
env:
ANSIBLE_FORCE_COLOR: '1'
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Molecule Tests
name: Molecule Tests atuin server

on: push

Expand All @@ -10,13 +10,6 @@ jobs:
uses: actions/checkout@v4
with:
path: "${{ github.repository }}"
- name: Run molecule tests for atuin_client role
uses: gofrolist/molecule-action@v2
with:
molecule_working_dir: ${{ github.repository }}/roles/atuin_client
molecule_args: --scenario-name docker --driver-name docker
env:
ANSIBLE_FORCE_COLOR: '1'
- name: Run molecule tests for atuin_server role
uses: gofrolist/molecule-action@v2
with:
Expand Down

0 comments on commit 41a85d1

Please sign in to comment.