Commit 9b8c0c35 authored by tom's avatar tom

remove verbose flag

parent 09cfda24
......@@ -53,7 +53,7 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
- name: Install dependencies
run: yarn --frozen-lockfile --offline --verbose
run: yarn --frozen-lockfile --offline
- name: Run ESLint
run: yarn lint:eslint
......@@ -86,7 +86,7 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
- name: Install dependencies
run: yarn --frozen-lockfile --offline --verbose
run: yarn --frozen-lockfile --offline
- name: Run Jest
run: yarn test:jest
......@@ -124,7 +124,7 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
- name: Install dependencies
run: yarn --frozen-lockfile --offline --verbose
run: yarn --frozen-lockfile --offline
- name: Run PlayWright
run: HOME=/root yarn test:pw
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment