mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-03 18:47:38 +01:00
Remove TorTests.yml as it spuriously fails on CI connecting to the tor network, add build commands to Compile.yml (#5578)
This commit is contained in:
parent
f2ae03bc52
commit
90e370c0ef
2 changed files with 1 additions and 36 deletions
2
.github/workflows/Compile.yml
vendored
2
.github/workflows/Compile.yml
vendored
|
@ -31,4 +31,4 @@ jobs:
|
||||||
~/.bitcoin-s/binaries
|
~/.bitcoin-s/binaries
|
||||||
key: ${{ runner.os }}-compile-cache
|
key: ${{ runner.os }}-compile-cache
|
||||||
- name: Compile and Check Formatting
|
- name: Compile and Check Formatting
|
||||||
run: sbt -J-Xmx4g +test:compile scalafmtCheckAll cryptoTestJVM/test coreTestJVM/test docs/mdoc
|
run: sbt -J-Xmx4g +test:compile scalafmtCheckAll cryptoTestJVM/test coreTestJVM/test appServer/universal:packageBin oracleServer/universal:packageBin cli/universal:packageBin docs/mdoc
|
||||||
|
|
35
.github/workflows/TorTests.yml
vendored
35
.github/workflows/TorTests.yml
vendored
|
@ -1,35 +0,0 @@
|
||||||
name: Tor Tests
|
|
||||||
env:
|
|
||||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
|
||||||
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
test:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
timeout-minutes: 60
|
|
||||||
if: "! contains(github.event.pull_request.labels.*.name, 'documentation')"
|
|
||||||
env:
|
|
||||||
TOR: "1"
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
- name: Setup Scala
|
|
||||||
uses: actions/setup-java@v3
|
|
||||||
with:
|
|
||||||
distribution: 'adopt'
|
|
||||||
java-version: '21'
|
|
||||||
cache: 'sbt'
|
|
||||||
- name: Cache
|
|
||||||
uses: actions/cache@v3
|
|
||||||
with:
|
|
||||||
path: |
|
|
||||||
~/.ivy2/cache
|
|
||||||
~/.sbt
|
|
||||||
~/.bitcoin-s/binaries
|
|
||||||
key: ${{ runner.os }}-cache
|
|
||||||
- name: run tests
|
|
||||||
run: sbt torTest/test
|
|
Loading…
Add table
Reference in a new issue