Skip to content

Commit

Permalink
remove sidecar test
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Oct 31, 2024
1 parent 46f0713 commit b78f892
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 94 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,39 +44,6 @@ jobs:
- run: yarn test
timeout-minutes: 30

sidecar:
if: ${{ github.ref_name == 'master' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
executor/target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Install toolchain
uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2022-10-30
components: rustfmt
target: wasm32-unknown-unknown
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
cache: 'yarn'
- run: yarn --immutable
- run: yarn check
- run: yarn build-wasm
- name: Test Sidecar
run: yarn workspace @acala-network/chopsticks-e2e run sidecar

web-test:
runs-on: ubuntu-latest
steps:
Expand Down
3 changes: 0 additions & 3 deletions packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"license": "Apache-2.0",
"private": true,
"type": "module",
"scripts": {
"sidecar": "sh ./scripts/sidecar-chopsticks.sh"
},
"engines": {
"node": ">=v18"
},
Expand Down
58 changes: 0 additions & 58 deletions packages/e2e/scripts/sidecar-chopsticks.sh

This file was deleted.

0 comments on commit b78f892

Please sign in to comment.