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