Skip to content

Commit

Permalink
refactor(ci): Remove CI debugging logs (#4125)
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 authored Nov 19, 2024
1 parent b672b9f commit 7cdd1cd
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/_turborepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,23 +47,12 @@ jobs:
key: turbo-${{ runner.os }}-${{ github.sha }}
restore-keys: |
turbo-${{ runner.os }}-
- name: (debug) Install `tree`
run: sudo apt install tree -y
- name: (debug-before) Check SDK dist folder
continue-on-error: true
run: tree ./sdk/typescript/dist
- name: Lint
run: pnpm turbo lint
- name: Install wasm-pack for mbf package
uses: jetli/wasm-pack-action@0d096b08b4e5a7de8c28de67e11e945404e9eefa # [email protected]
with:
version: "latest"
- name: (debug) Build
continue-on-error: true
run: pnpm turbo build
- name: (debug-after) Check SDK dist folder
continue-on-error: true
run: tree ./sdk/typescript/dist
- name: Build
run: pnpm turbo build
- name: Test
Expand Down

0 comments on commit 7cdd1cd

Please sign in to comment.