From 122aa94bdb38782303d15635665ec9d12792cfa7 Mon Sep 17 00:00:00 2001 From: Dan Ribbens Date: Tue, 28 Feb 2023 15:21:43 -0500 Subject: [PATCH] chore: fix yaml indent (#2210) --- .github/workflows/tests.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 944f4920b2..3e68fa4bd0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -52,12 +52,12 @@ jobs: - name: E2E Tests run: yarn test:e2e --bail - - uses: actions/upload-artifact@v3 - if: always() - with: - name: test-results - path: test-results/ - retention-days: 30 + - uses: actions/upload-artifact@v3 + if: always() + with: + name: test-results + path: test-results/ + retention-days: 30 install_npm: runs-on: ubuntu-latest