Skip to content

Commit

Permalink
chore(repo): cleanup build jobs from unnecessary steps for guradians …
Browse files Browse the repository at this point in the history
…and taikoon ui (#17076)

Co-authored-by: Karim <karim@taiko.xyz>
  • Loading branch information
kimo-ice and Karim authored May 10, 2024
1 parent 9fbfb84 commit 583e8d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/guardians-ui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ jobs:
- name: Install pnpm dependencies
uses: ./.github/actions/install-pnpm-dependencies

- name: Copy .env.example to .env
working-directory: ./packages/guardian-prover-health-check-ui
run: cp .env.example .env

- name: Export config to .env
working-directory: ./packages/guardian-prover-health-check-ui
run: pnpm export:config

- name: Build
env:
SKIP_ENV_VALIDATION: "true"
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/taikoon-ui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ jobs:
- name: Install pnpm dependencies
uses: ./.github/actions/install-pnpm-dependencies

- name: Copy .env.example to .env
working-directory: ./packages/guardian-prover-health-check-ui
run: cp .env.example .env

- name: Export config to .env
working-directory: ./packages/guardian-prover-health-check-ui
run: pnpm export:config

- name: Frontend build
working-directory: ./packages/taikoon-ui
run: |
Expand Down

0 comments on commit 583e8d8

Please sign in to comment.