Skip to content

Commit

Permalink
🧪💅 Show all action outputs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Sep 20, 2024
1 parent b0570e8 commit f12d262
Showing 1 changed file with 2 additions and 25 deletions.
27 changes: 2 additions & 25 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,32 +163,9 @@ jobs:
testing-type: ${{ matrix.testing-type }}
test-deps: ${{ matrix.test-deps }}

- name: Log the outputs
- name: 📝 Log all the action outputs
run: |
echo "ansible-playbook-executable=${{
steps.tests.outputs.ansible-playbook-executable
}}"
echo "ansible-test-executable=${{
steps.tests.outputs.ansible-test-executable
}}"
echo "checkout-directory=${{
steps.tests.outputs.checkout-directory
}}"
echo "collection-fqcn=${{
steps.tests.outputs.collection-fqcn
}}"
echo "collection-name=${{
steps.tests.outputs.collection-name
}}"
echo "collection-namespace=${{
steps.tests.outputs.collection-namespace
}}"
echo "origin-python-path=${{
steps.tests.outputs.origin-python-path
}}"
echo "origin-python-version=${{
steps.tests.outputs.origin-python-version
}}"
echo '${{ toJSON(steps.tests.outputs) }}'
check: # This job does nothing and is only used for the branch protection
if: always()
Expand Down

0 comments on commit f12d262

Please sign in to comment.