diff --git a/.github/workflows/ci_full.yml b/.github/workflows/ci_full.yml index a3bfaffc78..aee36f86f8 100644 --- a/.github/workflows/ci_full.yml +++ b/.github/workflows/ci_full.yml @@ -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