Skip to content

Commit

Permalink
Update branch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tcdev00 committed Aug 30, 2023
1 parent 1050f78 commit 885c8a4
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,13 @@ jobs:
project_id: ${{ secrets.GOOGLE_PROJECT_ID }}

- name: Install
run: |
cd client
yarn install --frozen-lockfile
run: yarn install --frozen-lockfile --non-interactive

- name: Verify Quality
run: |
yarn verify
run: yarn verify

- name: Build (web)
run: |
yarn build
run: yarn build

- name: Deploy (web)
run: |
Expand Down

0 comments on commit 885c8a4

Please sign in to comment.