File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,15 @@ jobs:
49
49
# Smoke-test that the UnrealEnginge can package the plugin.
50
50
# TODO: does it make sense to thest packages created by the build job instead?
51
51
test-ue-packaging :
52
+ name : Test UE ${{ matrix.unreal }} packaging
52
53
runs-on : ubuntu-latest
53
54
needs : [build]
54
55
55
56
strategy :
57
+ fail-fast : false
56
58
matrix :
57
59
# Note: these versions must match scripts/packaging/engine-versions.txt
58
- unreal : ['4.26', '4. 27', '5.0']
60
+ unreal : ['4.27', '5.0'] # 4.26 is not available
59
61
60
62
steps :
61
63
- name : Free disk space
68
70
sudo time rm -rf /usr/share/dotnet
69
71
sudo time rm -rf /usr/share/swift
70
72
sudo time rm -rf /usr/local/.ghcup
71
- # sudo time rm -rf /usr/local/lib/node_modules
73
+ sudo time rm -rf /usr/local/lib/node_modules
72
74
sudo time rm -rf /usr/lib/google-cloud-sdk
73
75
sudo time rm -rf /opt/pipx
74
76
sudo time rm -rf "$AGENT_TOOLSDIRECTORY"
You can’t perform that action at this time.
0 commit comments