Skip to content

Commit

Permalink
feat: Add run-bitcoin-smoketest
Browse files Browse the repository at this point in the history
  • Loading branch information
k3yss committed Nov 12, 2024
1 parent db4c24b commit 46328ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dev/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ delete-cluster:

all: create-cluster

run-bitcoin-smoketest:
kubectl -n galoy-dev-smoketest exec smoketest -- bash -c "cd /charts/ci/tasks && \
CHART=bitcoind ./dev-smoketest-settings.sh && \
./bitcoind-smoketest.sh regtest && \
rm -rf smoketest-settings"

helm-dep-updates:
for dir in $$(ls ../charts); do \
cd ../charts/$$dir && helm dependency update && cd -; \
Expand Down

0 comments on commit 46328ce

Please sign in to comment.