diff --git a/.github/workflows/deploy_hosted.yml b/.github/workflows/deploy_hosted.yml index ea20b1094..0c88d12ee 100644 --- a/.github/workflows/deploy_hosted.yml +++ b/.github/workflows/deploy_hosted.yml @@ -36,7 +36,10 @@ jobs: shell: bash - name: run tests - run: npm run test + run: | + pwd + ls + npm run test shell: bash - name: Upload artefact