We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d56bef5 commit 7c9a2edCopy full SHA for 7c9a2ed
1 file changed
.github/workflows/swift.yml
@@ -22,4 +22,8 @@ jobs:
22
- name: Build
23
run: swift build -v
24
- 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 }}
29
run: swift test -v
0 commit comments