Skip to content

Commit

Permalink
skip failed job for now
Browse files Browse the repository at this point in the history
  • Loading branch information
salman01zp committed Nov 7, 2023
1 parent 9061506 commit 97fa1fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,30 +109,3 @@ jobs:
- name: Check
run: cargo check --release

dkg-liveness:
concurrency:
group: dkg-liveness-${{ github.ref }}
cancel-in-progress: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Install toolchain
id: toolchain
uses: actions-rs/toolchain@master
with:
profile: minimal
toolchain: nightly
target: wasm32-unknown-unknown

- name: Rust Cache
uses: Swatinem/[email protected]

- name: Install Protobuf
run: sudo apt-get install protobuf-compiler

- name: Build
run: cargo build --release -p tangle-standalone --features integration-tests

- name: DKG Liveness
run: bash ./scripts/ci-dkg-test.sh
12 changes: 0 additions & 12 deletions .github/workflows/publish-release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,4 @@ jobs:
file: target/release/tangle-standalone
asset_name: tangle-standalone-relayer-linux-amd64
tag: ${{ github.ref }}
overwrite: true

- name: Build binary with light-client
run: cargo build --release -p tangle-standalone --locked --features light-client

- name: Upload light-client binaries to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/tangle-standalone
asset_name: tangle-standalone-light-client-linux-amd64
tag: ${{ github.ref }}
overwrite: true

0 comments on commit 97fa1fd

Please sign in to comment.