mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
ci: restore required wpt folder to checkout cache
This commit is contained in:
3
.github/actions/checkout/action.yml
vendored
3
.github/actions/checkout/action.yml
vendored
@@ -139,7 +139,10 @@ runs:
|
||||
run: |
|
||||
rm -rf src/android_webview
|
||||
rm -rf src/ios/chrome
|
||||
mv src/third_party/blink/web_tests/external/wpt ./wpt
|
||||
rm -rf src/third_party/blink/web_tests
|
||||
mkdir -p src/third_party/blink/web_tests/external
|
||||
mv ./wpt src/third_party/blink/web_tests/external/wpt
|
||||
rm -rf src/third_party/blink/perf_tests
|
||||
rm -rf src/chrome/test/data/xr/webvr_info
|
||||
rm -rf src/third_party/angle/third_party/VK-GL-CTS/src
|
||||
|
||||
@@ -16,7 +16,8 @@ const HASH_VERSIONS = {
|
||||
const filesToHash = [
|
||||
path.resolve(__dirname, '../DEPS'),
|
||||
path.resolve(__dirname, '../yarn.lock'),
|
||||
path.resolve(__dirname, '../script/sysroots.json')
|
||||
path.resolve(__dirname, '../script/sysroots.json'),
|
||||
path.resolve(__dirname, '../.github/actions/checkout/action.yml')
|
||||
];
|
||||
|
||||
const addAllFiles = (dir) => {
|
||||
|
||||
Reference in New Issue
Block a user