Skip to content

Commit

Permalink
remove installs for faster testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ComradeVanti committed May 17, 2024
1 parent bf50144 commit 14fa113
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/e2e.linux.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ LABEL authors="ComradeVanti"
FROM base as install-editors

# Install a few Unity editors for testing
RUN unity-hub install --version 2018.4.32f1 --changeset fba45da84107
RUN unity-hub install --version 2021.3.38f1 --changeset 7a2fa5d8d101
RUN unity-hub install --version 2023.2.19f1 --changeset 95c298372b1e
# RUN unity-hub install --version 2018.4.32f1 --changeset fba45da84107
# RUN unity-hub install --version 2021.3.38f1 --changeset 7a2fa5d8d101
# RUN unity-hub install --version 2023.2.19f1 --changeset 95c298372b1e

0 comments on commit 14fa113

Please sign in to comment.