We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f9f76 commit 561dc6aCopy full SHA for 561dc6a
.github/workflows/test.yml
@@ -126,4 +126,4 @@ jobs:
126
- name: ScalarDB cluster test
127
run: |
128
cd scalardb
129
- lein with-profile cluster run test --workload transfer --nodes localhost --db cluster --username runner --ssh-private-key ~/.ssh/id_rsa--docker-username ${{ github.repository_owner }} --docker-access-token ${{ secrets.CR_PAT }}
+ lein with-profile cluster run test --workload transfer --nodes localhost --db cluster --username runner --ssh-private-key ~/.ssh/id_rsa --docker-username ${{ github.repository_owner }} --docker-access-token ${{ secrets.CR_PAT }}
0 commit comments