chore: fix yaml indent (#2210)

This commit is contained in:
Dan Ribbens
2023-02-28 15:21:43 -05:00
committed by GitHub
parent 5aa203d020
commit 122aa94bdb

View File

@@ -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