Skip to content

Commit

Permalink
add network timeout arg
Browse files Browse the repository at this point in the history
  • Loading branch information
bennsimon committed Apr 27, 2021
1 parent 36981f6 commit 8972271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Expand Up @@ -26,7 +26,7 @@ on:
jobs:
# Run image build test
test:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'

steps:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -13,7 +13,7 @@ RUN chown -R node .
USER node

RUN cp /project/app/.env.sample /project/app/.env \
&& yarn
&& yarn --network-timeout 100000

USER root
RUN chown -R node .
Expand Down

0 comments on commit 8972271

Please sign in to comment.