File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
packages/auth/src/api/authentication Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 16
16
- name : install Chrome stable
17
17
run : |
18
18
sudo apt-get update
19
- sudo apt-get install google-chrome-stable
19
+ apt-get install wget
20
+ wget http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_110.0.5481.177-1_amd64.deb
21
+ apt-get install -f ./google-chrome-stable_110.0.5481.177-1_amd64.deb
20
22
- name : Checkout Repo
21
23
uses : actions/checkout@master
22
24
with :
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ export interface SignInWithEmailLinkRequest {
30
30
tenantId ?: string ;
31
31
}
32
32
33
+ // add a comment to run packages/auth tests
33
34
export interface SignInWithEmailLinkResponse extends IdTokenResponse {
34
35
email : string ;
35
36
isNewUser : boolean ;
You can’t perform that action at this time.
0 commit comments