switching back to yarn
This commit is contained in:
parent
d83da67e84
commit
1035803d3a
1 changed files with 2 additions and 2 deletions
|
@ -9,5 +9,5 @@ run:
|
|||
- |
|
||||
set -eux
|
||||
cd quay-pull-request
|
||||
npm install
|
||||
npm test
|
||||
yarn install --ignore-engines
|
||||
yarn test
|
||||
|
|
Reference in a new issue