Skip to content

Commit 7c9a2ed

Browse files
authored
Update swift.yml
1 parent d56bef5 commit 7c9a2ed

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/swift.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,8 @@ jobs:
2222
- name: Build
2323
run: swift build -v
2424
- name: Run tests
25+
env:
26+
SQ_LITE_CLOUD_HOST: ${{ secrets.SQ_LITE_CLOUD_HOST }}
27+
SQ_LITE_CLOUD_PASS: ${{ secrets.SQ_LITE_CLOUD_PASS }}
28+
SQ_LITE_CLOUD_USER: ${{ secrets.SQ_LITE_CLOUD_USER }}
2529
run: swift test -v

0 commit comments

Comments
 (0)