Skip to content

Commit

Permalink
chore: run local_forwarder test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aroberts87 committed Dec 19, 2023
1 parent e34ecdb commit 440ecd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
fail-fast: false
matrix:
scenario:
- agent-local-forwarder
- agent-smoke-kmodule
- agent-smoke-legacy-ebpf
- agent-smoke-universal-ebpf
Expand All @@ -43,7 +44,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r molecule/requirements.txt
ansible-galaxy collection install amazon.aws community.crypto
ansible-galaxy collection install amazon.aws community.crypto community.docker
- name: Expand templates for CI
run: |
Expand Down

0 comments on commit 440ecd5

Please sign in to comment.