Skip to content

Commit

Permalink
Install the module too!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed May 30, 2024
1 parent bd18c48 commit 2ba6b70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,10 @@ jobs:
FILE='spec/fixtures/litmus_inventory.yaml'
sed -e 's/password: .*/password: "[redacted]"/' < $FILE || true
- name: Install Agents
- name: Install Agents and module
run: |
bundle exec rake 'litmus:install_agent'
bundle exec rake litmus:install_module
- name: Run integration tests
run: |
Expand Down

0 comments on commit 2ba6b70

Please sign in to comment.