1
0
mirror of synced 2026-01-05 21:04:17 -05:00

Massive DIFF_FILES crashes bash in repo-sync (#23326)

* Massive DIFF_FILES crashes bash in repo-sync

Part of #1304

* gst

* make exception
This commit is contained in:
Peter Bengtsson
2021-12-02 13:57:38 -05:00
committed by GitHub
parent 4ff5167e51
commit 26014646dd
4 changed files with 43 additions and 17 deletions

View File

@@ -56,7 +56,10 @@ jobs:
- name: Insight into changed files
run: |
echo ${{ steps.get_diff_files.outputs.files }}
# Must to do this because the list of files can be HUGE. Especially
# in a repo-sync when there are lots of translation files involved.
echo "${{ steps.get_diff_files.outputs.files }}" > get_diff_files.txt
- name: Setup node
uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458
@@ -80,5 +83,5 @@ jobs:
- name: Run tests
env:
DIFF_FILES: ${{ steps.get_diff_files.outputs.files }}
DIFF_FILE: get_diff_files.txt
run: npm run test tests/${{ matrix.test-group }}/