From ea01688ae04100be040f00ffc88bb9cc5b1af112 Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Fri, 10 May 2024 10:29:45 -0400 Subject: [PATCH] ci: fix live tests workflow for swift library --- .github/workflows/live-tests.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/live-tests.yaml b/.github/workflows/live-tests.yaml index da943ec9..fa1ded9a 100644 --- a/.github/workflows/live-tests.yaml +++ b/.github/workflows/live-tests.yaml @@ -48,7 +48,9 @@ jobs: uses: actions/checkout@v3 - name: "Build Swift package" - run: bash ./bdk-swift/build-local-swift.sh + run: | + cd ./bdk-swift/ + bash ./build-local-swift.sh - name: "Run live Swift tests" working-directory: bdk-swift