mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-02-05 12:36:37 +08:00
move things around to try to fix test
This commit is contained in:
@@ -10,11 +10,10 @@ LABEL "repository"="http://github.com/webbertakken/unity-actions"
|
|||||||
LABEL "homepage"="http://github.com/webbertakken/unity-actions"
|
LABEL "homepage"="http://github.com/webbertakken/unity-actions"
|
||||||
LABEL "maintainer"="Webber Takken <webber@takken.io>"
|
LABEL "maintainer"="Webber Takken <webber@takken.io>"
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update
|
||||||
&& apt-get upgrade -y --force-yes \
|
RUN apt-get upgrade -y --force-yes
|
||||||
&& apt-get install -y --force-yes \
|
RUN apt-get install -y --force-yes jq
|
||||||
jq \
|
|
||||||
&& apt-get clean \
|
|
||||||
|
|
||||||
ADD steps /steps
|
ADD steps /steps
|
||||||
RUN chmod -R +x /steps
|
RUN chmod -R +x /steps
|
||||||
|
|||||||
Reference in New Issue
Block a user