Skip to content

Commit

Permalink
printing debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Danilo committed Feb 11, 2025
1 parent 61fd86e commit b1009e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ jobs:
- name: Run Test
run: |
export RESERVATION_NAME="https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}#${{ matrix.python-version}}"
git branch
cat tests/end_to_end/Dockerfile
if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
# Assign testbed and reservation name only if both are provided
if [[ -n "${{ github.event.inputs.testbed }}" && -n "${{ github.event.inputs.reservation_name }}" ]]; then
Expand Down

0 comments on commit b1009e1

Please sign in to comment.