diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d76eacfa2..e7dcf131b 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: find . + - run: file docs && ls docs - uses: actions/setup-node@v3 with: node-version: ${{ env.NODE_VERSION }}