diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index 8b056a7772..916caf3bfe 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -60,9 +60,7 @@ jobs: - name: yarn lint, test after creation working-directory: ${{ steps.generate_tempdir.outputs.tempdir }}/test-app run: | - pwd - ls -la - yarn lint - yarn test + yarn lint:all + yarn test:all env: CI: true