Skip to content

Commit

Permalink
Install tor dependency for ckb-onion Integration Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Jan 24, 2025
1 parent 4a27e23 commit b504b02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_integration_tests_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- run: brew install tor
- run: |
if [[ ${{ needs.prologue.outputs.os_skip }} == run ]] && [[ ${{ needs.prologue.outputs.job_skip }} == run ]];then
devtools/ci/ci_main.sh
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_integration_tests_ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
toolchain: 1.81.0
- run: rustup component add rustfmt
- run: rustup component add clippy
- run: sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config libclang-dev
- run: sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config libclang-dev tor
- uses: actions/checkout@v3
- run: |
if [[ ${{ needs.prologue.outputs.os_skip }} == run ]] && [[ ${{ needs.prologue.outputs.job_skip }} == run ]];then
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
toolchain: 1.81.0
- run: rustup component add rustfmt
- run: rustup component add clippy
- run: sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config libclang-dev
- run: sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config libclang-dev tor
- uses: actions/checkout@v3
- name: build ckb and run bats cli test
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_integration_tests_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
scoop install git
scoop bucket add extras
scoop install llvm
scoop install tor
- run: |
if [[ ${{ needs.prologue.outputs.os_skip }} == run ]] && [[ ${{ needs.prologue.outputs.job_skip }} == run ]];then
devtools/ci/ci_main.sh
Expand Down

0 comments on commit b504b02

Please sign in to comment.