Skip to content

Commit feeea50

Browse files
committed
Try to get debug output for GHAction
1 parent 2859ef7 commit feeea50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/scheduled_benchmark_ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- name: SSH to CI instance to start benchmarking and publication
1313
run: |
14+
set -e
15+
set -x
1416
export YJIT_METRICS_GITHUB_TOKEN=${{ secrets.YJIT_METRICS_GITHUB_TOKEN }}
1517
export YJIT_METRICS_GITHUB_USER=${{ secrets.YJIT_METRICS_GITHUB_USER }}
1618
export AWS_INSTANCE=${{ secrets.CI_AWS_INSTANCE }}

0 commit comments

Comments
 (0)