Skip to content

Commit

Permalink
upd CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kroist committed Jan 9, 2025
1 parent 2b16902 commit d3b7bbe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 28 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/_ts-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ jobs:
with:
version: latest

- name: Install dependencies (shielder-sdk)
run: pnpm install --frozen-lockfile
working-directory: ts/shielder-sdk
- name: Install dependencies (workspace)
run: pnpm install-deps
working-directory: ts

- name: Build shielder-sdk
- name: Build all (workspace)
run: pnpm build
working-directory: ts/shielder-sdk
working-directory: ts

- name: Run lint checks (shielder-sdk)
- name: Run lint checks (workspace)
run: pnpm lint
working-directory: ts/shielder-sdk
working-directory: ts
21 changes: 0 additions & 21 deletions .github/workflows/testnet-nightly-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,27 +66,6 @@ jobs:
shell: bash
run: make compile-contracts

- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

- name: Build shielder-wasm
run: cd crates/shielder-wasm && make all

- name: Build Rust-TS conversions binary
run: cargo build --manifest-path crates/test-ts-conversions/Cargo.toml

- uses: pnpm/action-setup@v4
with:
version: latest

- name: Install dependencies (shielder-sdk)
run: pnpm install --frozen-lockfile
working-directory: ts/shielder-sdk

- name: Build shielder-sdk
run: pnpm build
working-directory: ts/shielder-sdk

- name: Run e2e tooling tests
env:
DEPLOYER_PRIVATE_KEY: ${{ secrets.CI_TESTNET_DEPLOYER_PRIVATE_KEY }}
Expand Down

0 comments on commit d3b7bbe

Please sign in to comment.