Skip to content

Commit bc34367

Browse files
committed
update ci
1 parent 819c4e1 commit bc34367

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,15 @@ jobs:
4949
# Smoke-test that the UnrealEnginge can package the plugin.
5050
# TODO: does it make sense to thest packages created by the build job instead?
5151
test-ue-packaging:
52+
name: Test UE ${{ matrix.unreal }} packaging
5253
runs-on: ubuntu-latest
5354
needs: [build]
5455

5556
strategy:
57+
fail-fast: false
5658
matrix:
5759
# 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
5961

6062
steps:
6163
- name: Free disk space
@@ -68,7 +70,7 @@ jobs:
6870
sudo time rm -rf /usr/share/dotnet
6971
sudo time rm -rf /usr/share/swift
7072
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
7274
sudo time rm -rf /usr/lib/google-cloud-sdk
7375
sudo time rm -rf /opt/pipx
7476
sudo time rm -rf "$AGENT_TOOLSDIRECTORY"

0 commit comments

Comments
 (0)