Skip to content

Commit 9a36e45

Browse files
committed
echo environment name
1 parent 6893968 commit 9a36e45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
run: uv run mypy --install-types --non-interactive agents-core/vision_agents
2525
- name: Mypy plugins
2626
run: uv run mypy --install-types --non-interactive --exclude 'plugins/.*/tests/.*' plugins
27+
- name: Show environment name
28+
run: |
29+
echo "Environment: ${{ job.environment }}"
2730
2831
test:
2932
name: Test "${{ inputs.marker }}"

0 commit comments

Comments
 (0)