Skip to content

feat: support env-mapping option #73

feat: support env-mapping option

feat: support env-mapping option #73

Triggered via pull request July 29, 2024 04:25
Status Success
Total duration 1m 23s
Artifacts

main.yml

on: pull_request
Matrix: test-cache-storage
checks
8s
checks
audit
6s
audit
test-defaults
22s
test-defaults
test-declare-inputs
30s
test-declare-inputs
test-unsupported-os
5s
test-unsupported-os
test-legacy-runners
11s
test-legacy-runners
test-env-mapping
25s
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-formats (exFAT, true)
drive-format=exFAT must be either ReFS or NTFS when mount-path is specified. Using Drive Letter instead.
test-formats (FAT32, true)
drive-format=FAT32 must be either ReFS or NTFS when mount-path is specified. Using Drive Letter instead.
test-formats (FAT, true)
drive-format=FAT must be either ReFS or NTFS when mount-path is specified. Using Drive Letter instead.
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-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-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-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.