diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e7dcf131b..5566e740a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: steps.UPPY_VERSION_FROM_YARN_LOCK.outputs.UPPY_REF }} path: uppy - run: mv uppy /tmp/uppy && ln -s /tmp/uppy/docs docs - - run: file docs && ls docs + - run: find /tmp/uppy - uses: actions/setup-node@v3 with: node-version: ${{ env.NODE_VERSION }}