From 7850a14c700530ddc672b3ef1cc1c605c47a193c Mon Sep 17 00:00:00 2001 From: Ayushman Chhabra <14110965+ayushmanchhabra@users.noreply.github.com> Date: Sun, 7 Apr 2024 00:10:17 +0530 Subject: [PATCH] fix(ci): yaml formatting --- .github/workflows/ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 918ba95..7d8ff08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,16 +19,16 @@ jobs: - run: npm ci - run: npm run lint -test: + test: - runs-on: ubuntu-latest + runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: volta-cli/action@v4 - - run: npm i - - run: npm link - - run: | + steps: + - uses: actions/checkout@v3 + - uses: volta-cli/action@v4 + - run: npm i + - run: npm link + - run: | cd ./tests/fixtures/app npm i - - run: npm test + - run: npm test