chore: remove duplicated build steps (#55186)

pull/55195/head
Naomi 2024-06-14 01:41:31 -07:00 committed by GitHub
parent bb463dfefc
commit dda4bb9d6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 5 deletions

View File

@ -148,8 +148,6 @@ jobs:
run: |
echo pnpm version $(pnpm -v)
pnpm install
pnpm run create:shared
pnpm run build:curriculum
- name: Run Tests
run: pnpm test
@ -197,8 +195,6 @@ jobs:
run: |
echo pnpm version $(pnpm -v)
pnpm install
pnpm run create:shared
pnpm run build:curriculum
- name: Run Tests
run: pnpm test
@ -248,7 +244,6 @@ jobs:
run: |
echo pnpm version $(pnpm -v)
pnpm install
pnpm run create:shared
# DONT REMOVE THIS STEP.
# TODO: Refactor and use re-usable workflow and shared artifacts