Skip to content

Commit

Permalink
print vars
Browse files Browse the repository at this point in the history
No-Issue
  • Loading branch information
jerabekjiri committed Sep 10, 2024
1 parent fc7c163 commit a859837
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,13 @@ jobs:
- name: run the unit test playbook
run: cd dev/playbooks; ANSIBLE_STDOUT_CALLBACK=yaml ansible-playbook -i 'localhost,' --forks=1 -v run_unit_tests.yaml

- name: print vars
shell: bash
run: |
echo "gh_event: ${{ github.event_name }}"
echo "gh_repo: ${{ github.repository }}"
echo "gh_ref_name: ${{ github.ref_name }}"
- name: upload jUnit XML test results
if: github.event_name == 'push' && github.repository == 'ansible/galaxy_ng' && github.ref_name == 'master'
continue-on-error: true
Expand Down

0 comments on commit a859837

Please sign in to comment.