fix(ci): formatting

This commit is contained in:
Ayushman Chhabra 2022-06-10 16:07:32 -04:00
parent ed178edcd9
commit 73bf64f784

View File

@ -7,11 +7,11 @@ on:
jobs:
test:
runs-on: ubuntu-latest
steps:
uses: actions/checkout@v3
uses: actions/setup-node@v3
with:
node-version: 16
cache: "npm"
- run: npm ci
- run: npm test
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: "npm"
- run: npm ci
- run: npm test