From c8f8759379ed9710bc4ffd64bda6b5767769108c Mon Sep 17 00:00:00 2001 From: Marcus Eide Date: Thu, 16 Apr 2020 14:41:53 +0200 Subject: [PATCH] Try different approach to change dir in final step --- .github/workflows/cli.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index 916caf3bfe..8adc4efdad 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -58,8 +58,9 @@ jobs: node ${{ github.workspace }}/scripts/cli-e2e-test.js # This should lint and test both an app and a plugin - name: yarn lint, test after creation - working-directory: ${{ steps.generate_tempdir.outputs.tempdir }}/test-app + working-directory: ${{ steps.generate_tempdir.outputs.tempdir }} run: | + cd test-app yarn lint:all yarn test:all env: