File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 57
57
# id: yarn-cache
58
58
with :
59
59
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
60
- key : jonline-tamagui-build -${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
60
+ key : jonline-consistency-test -${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
61
61
restore-keys : |
62
- jonline-tamagui-build -${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
62
+ jonline-consistency-test -${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
63
63
64
64
- working-directory : frontends/tamagui
65
65
run : yarn install
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ struct KubernetesSecretMetadata {
114
114
}
115
115
116
116
/// Load the Jonline server configuration
117
- async fn setup_nginx_config ( options : & Options ) -> io:: Result < JonlineServerConfig > {
117
+ async fn setup_nginx_config ( _options : & Options ) -> io:: Result < JonlineServerConfig > {
118
118
// let certs = load_certs(&options.cert)?;
119
119
// debug_assert_eq!(1, certs.len());
120
120
// let key = load_key(&options.key)?;
You can’t perform that action at this time.
0 commit comments