From d2e0098559e89aeaf5c7ef4f1175553d2b54e1e9 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 16 Apr 2024 16:06:54 +0200 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}