Skip to content

Commit

Permalink
chore(actions): update for better maintainability (microsoft#3785)
Browse files Browse the repository at this point in the history
* update to use yarn not npm for installing for consistency

* update to remove unused feature branch and remove pegged lerna version

* update to remove concurrency which didn't prove an improvement in perf

* remove lint_title action to improve contributor experience
  • Loading branch information
awentzel authored Aug 26, 2020
1 parent b258566 commit 634969b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-www-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build & Prepare Web Application
run: |
cd ${{ env.AZURE_WEBAPP_BUILD_PATH }}
npm i
yarn i
yarn build
cp ../site-utilities/statics/server/package.json ../site-utilities/statics/server/server.js build
cd build
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
- master
- releases/*
- features/*
- feature/*

jobs:
build_linux:
Expand All @@ -20,7 +19,7 @@ jobs:
- uses: actions/checkout@v2

- name: Add or Update packages
run: sudo yarn global add lerna@3.18.2
run: sudo yarn global add lerna

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
run: npm i -g lerna

- name: Install package dependencies / prepare workspaces
env:
CHILD_CONCURRENCY: 1
run: |
yarn install --frozen-lockfile
Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/pr.yml

This file was deleted.

0 comments on commit 634969b

Please sign in to comment.