vtex-apps / store-discussion

VTEX IO store builders' community
80 stars 5 forks source link

Bug on pipeline vtex/action-io-app-test and vtex/action-lint #705

Open HugoLaguna opened 1 year ago

HugoLaguna commented 1 year ago

Describe the bug Bug on pipeline vtex/action-io-app-test@master and vtex/action-lint@master

To Reproduce All apps that have ths pipeline on VTEX's github repositories not are working correctly.

Expected behavior it should be finish done.

Screenshots

image image

Log

Warning: Docker build failed with exit code 1, back off 8.263 seconds before retry.
  /usr/bin/docker build -t 2a6c8c:fc3c1f04a056422a9b2bb047e4995889 -f "/home/runner/work/_actions/vtex/action-io-app-test/master/Dockerfile" "/home/runner/work/_actions/vtex/action-io-app-test/master"
  Sending build context to Docker daemon  654.8kB

  Step 1/8 : FROM node:slim
   ---> a654fa76705d
  Step 2/8 : LABEL "com.github.actions.name"="VTEX IO Test Action"
   ---> Using cache
   ---> 8d0cc68f29b1
  Step 3/8 : LABEL "com.github.actions.description"="Automatically run tests for VTEX IO apps"
   ---> Using cache
   ---> 1a7949f973aa
  Step 4/8 : LABEL "com.github.actions.icon"="code"
   ---> Using cache
   ---> 1b433b2f74bc
  Step 5/8 : LABEL "com.github.actions.color"="orange"
   ---> Using cache
   ---> cd621768fd44
  Step 6/8 : COPY . /
   ---> Using cache
   ---> 523d9eb0[89](https://github.com/vtex-apps/store-form/actions/runs/5316106547/jobs/9625271353#step:2:89)a6
  Step 7/8 : RUN yarn
   ---> Running in ae57145a4057
  exec /bin/sh: no such file or directory
  The command '/bin/sh -c yarn' returned a non-zero code: 1

Additional context https://github.com/vtex/action-lint

HugoLaguna commented 1 year ago

https://github.com/yarnpkg/yarn/issues/8106 maybe are related with this