From 076ab0f49ba2cb90d4aee870449b9d663800302a Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Sat, 2 Sep 2023 08:44:32 -0700 Subject: [PATCH] Combine unzip and ls -R --- .github/workflows/ci.yml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 814e2d84..0edc9bf4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,8 +98,7 @@ jobs: else unzip -o compressed-build.zip fi - - name: Print directory structure - run: ls -R + ls -R - name: Unit test coverage run: | yarn test-unit-coverage --forbid-only @@ -141,8 +140,7 @@ jobs: else unzip -o compressed-build.zip fi - - name: Print directory structure - run: ls -R + ls -R - name: Unit tests run: yarn test-unit --forbid-only @@ -176,8 +174,7 @@ jobs: else unzip -o compressed-build.zip fi - - name: Print directory structure - run: ls -R + ls -R - name: Unit tests run: yarn test-unit --forbid-only @@ -218,8 +215,7 @@ jobs: else unzip -o compressed-build.zip fi - - name: Print directory structure - run: ls -R + ls -R - name: Integration tests (${{ matrix.browser }}) run: yarn test-api-${{ matrix.browser }} --headless --forbid-only @@ -260,8 +256,7 @@ jobs: else unzip -o compressed-build.zip fi - - name: Print directory structure - run: ls -R + ls -R - name: Build demo run: yarn build-demo - name: Integration tests @@ -300,7 +295,6 @@ jobs: else unzip -o compressed-build.zip fi - - name: Print directory structure - run: ls -R + ls -R - name: Integration tests (${{ matrix.browser }}) run: yarn test-api-${{ matrix.browser }} --headless --forbid-only