Files
stacks-puppet-node/.github/workflows/bitcoin-tests.yml
2021-03-01 14:33:32 -05:00

28 lines
795 B
YAML

name: stacks-bitcoin-integration-tests
# Only run when:
# - PRs are opened
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, as the atlas endpoints are currently disabled.
if: ${{ true }}
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 .