Skip to content

Commit

Permalink
fix(ci): yaml formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Apr 6, 2024
1 parent b2bff86 commit 7850a14
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7850a14

Please sign in to comment.