ci: fix live tests workflow for swift library

This commit is contained in:
thunderbiscuit 2024-05-10 10:29:45 -04:00
parent ac15ed7380
commit 6e207802b2
No known key found for this signature in database
GPG Key ID: 88253696EB836462

View File

@ -48,7 +48,8 @@ jobs:
uses: actions/checkout@v3
- name: "Build Swift package"
run: bash ./bdk-swift/build-local-swift.sh
working-directory: bdk-swift
run: bash ./build-local-swift.sh
- name: "Run live Swift tests"
working-directory: bdk-swift