mirror of
https://github.com/huggingface/transformers.git
synced 2025-10-20 17:13:56 +08:00
fix
This commit is contained in:
4
.github/workflows/check_failed_tests.yml
vendored
4
.github/workflows/check_failed_tests.yml
vendored
@ -188,6 +188,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cp /transformers/new_failures_with_bad_commit_${{ inputs.job }}/new_failures_with_bad_commit_${{ inputs.job }}_1.json new_failures_with_bad_commit.json
|
cp /transformers/new_failures_with_bad_commit_${{ inputs.job }}/new_failures_with_bad_commit_${{ inputs.job }}_1.json new_failures_with_bad_commit.json
|
||||||
|
|
||||||
|
- name: Update clone
|
||||||
|
working-directory: /transformers
|
||||||
|
run: git fetch && git checkout ${{ inputs.commit_sha || github.sha }}
|
||||||
|
|
||||||
- name: Process report
|
- name: Process report
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: /transformers
|
working-directory: /transformers
|
||||||
|
Reference in New Issue
Block a user