We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9557022 commit f93935aCopy full SHA for f93935a
.github/workflows/ci.yaml
@@ -20,7 +20,7 @@ jobs:
20
BD_USERNAME: ${{ secrets.BD_USERNAME }}
21
BD_PASSWORD: ${{ secrets.BD_PASSWORD }}
22
run: |
23
- yarn install
+ yarn install --frozen-lockfile
24
yarn build
25
yarn lint
26
yarn test
0 commit comments