bumps github action from npm to yarn

This commit is contained in:
James
2020-04-16 16:06:08 -04:00
parent 2e5357420e
commit fe6d25576f

View File

@@ -24,7 +24,7 @@ jobs:
${{ runner.os }}-build-${{ env.cache-name }}- ${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build- ${{ runner.os }}-build-
${{ runner.os }}- ${{ runner.os }}-
- run: npm install - run: yarn
- run: npm run test:int # In-memory db + api tests - run: yarn test:int # In-memory db + api tests
env: env:
CI: true CI: true