Skip to content

Commit

Permalink
might as well try this
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Nov 18, 2024
1 parent ccc5378 commit da68a2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark_parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Run npm test (continue on error)
working-directory: ${{ matrix.test.path }}
continue-on-error: true
run: AZLE_RECORD_BENCHMARKS=true npm test
run: AZLE_IDENTITY_STORAGE_MODE=plaintext AZLE_RECORD_BENCHMARKS=true npm test

- name: Create branch name
id: create-branch-name
Expand Down
3 changes: 3 additions & 0 deletions dfx/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ function determineStorageMode(): StorageMode | undefined {
`AZLE_IDENTITY_STORAGE_MODE must be 'plaintext', 'keyring', 'password-protected'`
);
}
console.info(
`>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Using ${mode} storage mode`
);
return mode;
}

Expand Down

0 comments on commit da68a2f

Please sign in to comment.