Skip to content

Commit

Permalink
testt
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed Jan 24, 2025
1 parent 64edd1f commit bb8fb84
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,26 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Echo
run: |
echo github.job.name
echo ${{github.job.name}}
echo github.job.run-name
echo ${{github.job.run-name}}
echo github.run-name
echo ${{github.run-name}}
echo github.action
echo ${{github.action}}
echo github.job
echo ${{github.job}}
echo github.run_number
echo ${{github.run_number}}
echo github.run_id
echo ${{github.run_id}}
echo github.workflow
echo ${{github.workflow}}
- name: Collect charm debug artifacts
uses: canonical/kubeflow-ci/actions/dump-charm-debug-artifacts@kf-6783-fix-dump-charm-action
if: always()

0 comments on commit bb8fb84

Please sign in to comment.