-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Labels
testingImprovement to testingImprovement to testing
Description
This avoids every CI run to download scintilla500.zip, see example download failures https://github.com/zufuliu/lexilla/actions/runs/20539507375/job/59001916614
The Install Scintilla source step could just copy/move bundled test/scintilla/include directory.
lexilla/.github/workflows/build-check.yml
Lines 16 to 20 in 0ffa2ad
| - name: Install Scintilla source | |
| run: | | |
| (cd .. && wget --no-verbose https://www.scintilla.org/scintilla500.zip) | |
| (cd .. && unzip scintilla500.zip) | |
| - name: Unit Test |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
testingImprovement to testingImprovement to testing