Byndyusoft/grpc-timeouts

Fix deploy workflow

KillWolfVlad opened this issue · 0 comments

  • Fetch all git history (see example here)

- name: checkout
uses: actions/checkout@v2

  • Use npm instead yarn because repo have package-lock.json instead yarn.lock

run: yarn install --production false --frozen-lockfile