Skip to content

Commit

Permalink
ci: fix live tests workflow for swift library
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed May 10, 2024
1 parent ac15ed7 commit ea01688
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/live-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea01688

Please sign in to comment.