Skip to content

Commit

Permalink
Merge pull request #23 from rustymotors/drazisil-patch-1
Browse files Browse the repository at this point in the history
chore(ci): add rush update step
  • Loading branch information
drazisil authored Jun 23, 2024
2 parents b733c7e + cdc9420 commit 8ab2132
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
node-version: 20
- name: Verify Change Logs
run: node common/scripts/install-run-rush.js change --verify
- name: Rush Update
run: node common/scripts/install-run-rush.js update
- name: Rush Install
run: node common/scripts/install-run-rush.js install
- name: Rush rebuild
Expand All @@ -32,3 +34,4 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: rustymotors/racebox

0 comments on commit 8ab2132

Please sign in to comment.