move things around to try to fix test

pull/164/head
Aaron Trudeau 2021-10-20 01:33:47 -04:00
parent 22f74ebca7
commit dff7de91ae
No known key found for this signature in database
GPG Key ID: 29F89A9BDAAF7BDE
1 changed files with 4 additions and 5 deletions

View File

@ -10,11 +10,10 @@ LABEL "repository"="http://github.com/webbertakken/unity-actions"
LABEL "homepage"="http://github.com/webbertakken/unity-actions"
LABEL "maintainer"="Webber Takken <webber@takken.io>"
RUN apt-get update \
&& apt-get upgrade -y --force-yes \
&& apt-get install -y --force-yes \
jq \
&& apt-get clean \
RUN apt-get update
RUN apt-get upgrade -y --force-yes
RUN apt-get install -y --force-yes jq
ADD steps /steps
RUN chmod -R +x /steps