From 432a2a3c31e508d74576368ca0af9e9ba9292e7e Mon Sep 17 00:00:00 2001 From: Marcus Eide Date: Thu, 16 Apr 2020 10:15:17 +0200 Subject: [PATCH] Use :all flags for lint and test to not depend on git since --- .github/workflows/cli.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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