Skip to content

Commit

Permalink
Merge branch 'encryption_tests' of https://github.com/atsign-foundati…
Browse files Browse the repository at this point in the history
…on/at_client_sdk into encryption_tests
  • Loading branch information
murali-shris committed Jan 10, 2024
2 parents ab572fb + d4f56ca commit 9ddaada
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/at_client_sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
- name: update image on cicd VMs
# Needs a secret, so don't run for Dependabot PRs
if: ${{ github.actor != 'dependabot[bot]' }}
uses: appleboy/ssh-action@2451745138b602d3e100a6def50c8e4e39591d4c # v1.0.2
uses: appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3
with:
host: "cicd1.atsign.wtf,cicd2.atsign.wtf"
username: ubuntu
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: 'Checkout Repository'
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: 'Dependency Review'
uses: actions/dependency-review-action@01bc87099ba56df1e897b6874784491ea6309bc4 # v3.1.4
uses: actions/dependency-review-action@c74b580d73376b7750d3d2a50bfb8adc2c937507 # v3.1.5
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ void main() {
syncProgress.keyInfoList?.forEach((keyInfo) {
if (keyInfo.key.contains('fb_username-$uniqueId')) {
expect(keyInfo.syncDirection, SyncDirection.remoteToLocal);
expect(keyInfo.commitOp, CommitOp.UPDATE);
expect(keyInfo.commitOp, CommitOp.UPDATE_ALL);
}
});
}
Expand Down

0 comments on commit 9ddaada

Please sign in to comment.