Skip to content

Commit

Permalink
chore(ci): add test_demo_app to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnault Chazareix committed Jan 2, 2025
1 parent f5ced98 commit 409745f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: List all format sessions
if: steps.sessions-cache.outputs.cache-hit != 'true'
run: echo "matrix=$(poetry run python commands/list_nox_manifest.py --sessions black isort lint coverage --json)" >> format-sessions
run: echo "matrix=$(poetry run python commands/list_nox_manifest.py --sessions black isort lint coverage test_demo_app --json)" >> format-sessions
- name: List all test sessions
if: steps.sessions-cache.outputs.cache-hit != 'true'
run: echo "matrix=$(poetry run python commands/list_nox_manifest.py --sessions tests --json)" >> test-sessions
Expand Down

0 comments on commit 409745f

Please sign in to comment.