We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2859ef7 commit feeea50Copy full SHA for feeea50
.github/workflows/scheduled_benchmark_ci.yml
@@ -11,6 +11,8 @@ jobs:
11
- uses: actions/checkout@v2
12
- name: SSH to CI instance to start benchmarking and publication
13
run: |
14
+ set -e
15
+ set -x
16
export YJIT_METRICS_GITHUB_TOKEN=${{ secrets.YJIT_METRICS_GITHUB_TOKEN }}
17
export YJIT_METRICS_GITHUB_USER=${{ secrets.YJIT_METRICS_GITHUB_USER }}
18
export AWS_INSTANCE=${{ secrets.CI_AWS_INSTANCE }}
0 commit comments