Skip to content

Commit

Permalink
Merge branch 'feat/replace-zmq-with-http' of https://github.com/Dhana…
Browse files Browse the repository at this point in the history
…njayPurohit/mainstay into feat/replace-zmq-with-http
  • Loading branch information
DhananjayPurohit committed Jan 10, 2024
2 parents 3957211 + cbef78f commit 0c10ee1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,5 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Build Docker image
- name: Build Docker image and run the tests
run: docker buildx build -t tests -f Dockerfile.tests .

- name: Run tests
run: docker run tests
8 changes: 4 additions & 4 deletions Dockerfile.tests
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ ENV PKG_URL https://bitcoincore.org/bin/bitcoin-core-${PKG_VER}/${PKG}

COPY . $GOPATH/src/mainstay

# RUN set -x \
# && apt update \
# && apt install -y libzmq3-dev \
# && rm -rf /var/lib/apt/lists/*
RUN set -x \
&& apt update \
&& apt install -y libzmq3-dev \
&& rm -rf /var/lib/apt/lists/*

RUN set -x \
&& cd $GOPATH/src/mainstay \
Expand Down

0 comments on commit 0c10ee1

Please sign in to comment.