Skip to content

Commit

Permalink
Add behave test to Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Jan 21, 2025
1 parent 5780e5a commit 1e1a29b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
with:
python-version: '3.13'
cache: 'pip'
- run: pip install -r test/features/requirements.txt

- name: Install dependencies
env:
Expand Down Expand Up @@ -77,7 +78,7 @@ jobs:
helmfile sync --concurrency 1
- name: Run integration tests
- name: Run end-to-end tests
run: |
cd test/features
behave
Expand Down

0 comments on commit 1e1a29b

Please sign in to comment.