mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-05-25 10:12:40 +08:00
Merge pull request #2295 from blockstack/next
Merge `next` into `master`
This commit is contained in:
27
.github/workflows/bitcoin-tests.yml
vendored
Normal file
27
.github/workflows/bitcoin-tests.yml
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
name: stacks-bitcoin-integration-tests
|
||||
|
||||
# Only run on PRs
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
# Run sampled genesis tests
|
||||
sampled-genesis:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: All integration tests with sampled genesis
|
||||
env:
|
||||
DOCKER_BUILDKIT: 1
|
||||
run: docker build -f ./.github/actions/bitcoin-int-tests/Dockerfile.bitcoin-tests .
|
||||
atlas-test:
|
||||
# disable this job/test for now, since we haven't seen this pass
|
||||
# on github actions in a while
|
||||
if: ${{ false }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: All integration tests with sampled genesis
|
||||
env:
|
||||
DOCKER_BUILDKIT: 1
|
||||
run: docker build -f ./.github/actions/bitcoin-int-tests/Dockerfile.atlas-test .
|
||||
10
.github/workflows/stacks-blockchain.yml
vendored
10
.github/workflows/stacks-blockchain.yml
vendored
@@ -41,16 +41,6 @@ jobs:
|
||||
DOCKER_BUILDKIT: 1
|
||||
run: docker build -f ./.github/actions/bitcoin-int-tests/Dockerfile.large-genesis .
|
||||
|
||||
# Run sampled genesis tests
|
||||
sampled-genesis:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: All integration tests with sampled genesis
|
||||
env:
|
||||
DOCKER_BUILDKIT: 1
|
||||
run: docker build -f ./.github/actions/bitcoin-int-tests/Dockerfile.bitcoin-tests .
|
||||
|
||||
# Run net-tests
|
||||
nettest:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user