Skip to content

chore: update eslint to v9 and other deps #76

chore: update eslint to v9 and other deps

chore: update eslint to v9 and other deps #76

Triggered via push August 16, 2024 02:19
Status Success
Total duration 2m 2s
Artifacts

main.yml

on: push
Matrix: test-cache-storage
checks
9s
checks
audit
10s
audit
test-defaults
22s
test-defaults
test-declare-inputs
22s
test-declare-inputs
test-unsupported-os
3s
test-unsupported-os
test-legacy-runners
11s
test-legacy-runners
test-env-mapping
16s
test-env-mapping
Matrix: test-formats
Matrix: test-large-size
Matrix: test-mount-path
Matrix: test-paths-with-spaces
Matrix: test-workspace-copy-edge-cases
Matrix: test-workspace-copy
Matrix: test-cache-retrieval
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 16 warnings
test-legacy-runners
Failed to detect Dismount-VHD command. Hyper-V may not be enabled or you're running an unsupported Windows version.
test-legacy-runners
Failed to detect New-VHD command. Hyper-V may not be enabled or you're running an unsupported Windows version.
test-workspace-copy-edge-cases (true, true)
Cannot copy 'D:\a\setup-dev-drive\setup-dev-drive' to a (sub)directory of itself, 'D:\a\setup-dev-drive\setup-dev-drive\mount\setup-dev-drive'.
test-env-mapping
Invalid env mapping at entry 5, is it missing ','?
test-env-mapping
Invalid template `about_template` at entry 6, expected it to start with `{{ DEV_DRIVE or DEV_DRIVE_WORKSPACE or DEV_DRIVE_PATH }}`.
test-env-mapping
Invalid environment variable `invalid-env-var` at entry 7, expected it to follow the pattern `^[a-zA-Z_]+[a-zA-Z0-9_]*$`.
test-env-mapping
Invalid environment variable `invalid.env.var` at entry 8, expected it to follow the pattern `^[a-zA-Z_]+[a-zA-Z0-9_]*$`.
test-env-mapping
Invalid env mapping at entry 10, is it missing ','?
test-env-mapping
Invalid env mapping at entry 11, is it missing ','?
test-env-mapping
Invalid environment variable `42` at entry 12, expected it to follow the pattern `^[a-zA-Z_]+[a-zA-Z0-9_]*$`.
test-formats (FAT, true)
drive-format=FAT must be either ReFS or NTFS when mount-path is specified. Using Drive Letter instead.
test-formats (exFAT, true)
drive-format=exFAT must be either ReFS or NTFS when mount-path is specified. Using Drive Letter instead.
test-cache-storage (false)
Dismounting disk at 'D:\my_cached_drive.vhdx' failed with exit code 1.
test-cache-storage (false)
Dev Drive did not exist, will create instead.
test-formats (FAT32, true)
drive-format=FAT32 must be either ReFS or NTFS when mount-path is specified. Using Drive Letter instead.
test-cache-storage (true)
Removal of partition at 'D:\a\setup-dev-drive\setup-dev-drive\mount' failed with exit code 1.
test-cache-storage (true)
Dismounting disk at 'D:\my_cached_drive.vhdx' failed with exit code 1.
test-cache-storage (true)
Dev Drive did not exist, will create instead.
test-workspace-copy-edge-cases (false, true)
Your dev drive 'D:\a\setup-dev-drive\setup-dev-drive\dev_drive.vhdx' is located inside the Github Workspace when workspace-copy is enabled! Your drive will be filtered out during copying.