Skip to content

Commit f021634

Browse files
committed
Use Chrome version 110.0.5481.177-1 for Test Auth on Chrome and Node If Changed test
1 parent eb04945 commit f021634

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/test-changed-auth.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
- name: install Chrome stable
1717
run: |
1818
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
2022
- name: Checkout Repo
2123
uses: actions/checkout@master
2224
with:

packages/auth/src/api/authentication/email_link.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export interface SignInWithEmailLinkRequest {
3030
tenantId?: string;
3131
}
3232

33+
// add a comment to run packages/auth tests
3334
export interface SignInWithEmailLinkResponse extends IdTokenResponse {
3435
email: string;
3536
isNewUser: boolean;

0 commit comments

Comments
 (0)