Skip to content

Commit

Permalink
chore(app): ci fix
Browse files Browse the repository at this point in the history
Signed-off-by: Talwinder Kaur <[email protected]>
  • Loading branch information
talwinder50 committed Jan 30, 2025
1 parent 8357843 commit 0d963a7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,15 @@ jobs:
echo '127.0.0.1 vc-rest-echo.trustbloc.local' | sudo tee -a /etc/hosts
echo '127.0.0.1 api-gateway.trustbloc.local' | sudo tee -a /etc/hosts
echo '127.0.0.1 cognito-mock.trustbloc.local' | sudo tee -a /etc/hosts
- name: brew upgrade
run: |
brew upgrade
- name: Install and start docker
uses: douglascamata/setup-docker-macos-action@8d5fa43892aed7eee4effcdea113fd53e4d4bf83
uses: douglascamata/setup-docker-macos-action@v1-alpha
with:
upgrade-qemu: false
lima: v0.22.0
colima: v0.7.3
lima: v1.0.4
colima: v0.8.1
- name: Download artifacts (Docker images) from previous workflows
uses: actions/download-artifact@v4
- name: Load mock-login-consent server
Expand Down
5 changes: 3 additions & 2 deletions demo/app/integration_test/openid4ci_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ void main() async {
await walletSDKPlugin.presentCredential(
selectedCredentials: credentials, customScopeList: customScopesList, attestationVC: attestationVC);
}
});
},
timeout: Timeout.none );

testWidgets('Testing openid4vc with multiple credentials', (tester) async {
const didMethodTypes = String.fromEnvironment('WALLET_DID_METHODS');
Expand Down Expand Up @@ -141,7 +142,7 @@ void main() async {
};

await walletSDKPlugin.presentCredential(selectedCredentials: matchedCreds, customScopeList: customScopesList);
});
}timeout: Timeout.none);

testWidgets('Testing openid4vc with the auth code flow', (tester) async {
const didMethodTypes = String.fromEnvironment('WALLET_DID_METHODS');
Expand Down

0 comments on commit 0d963a7

Please sign in to comment.