-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into new-privacy-rules
- Loading branch information
Showing
617 changed files
with
21,902 additions
and
7,964 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,8 @@ name: End to end codegen | |
|
||
on: | ||
pull_request: | ||
branches: [main] | ||
# disable e2e tests on PRs to the main branch until fixed | ||
branches: [main2] | ||
|
||
|
||
jobs: | ||
|
@@ -49,7 +50,7 @@ jobs: | |
- name: Set up Go | ||
uses: actions/setup-go@v3 | ||
with: | ||
go-version: '1.21' | ||
go-version: '1.22' | ||
check-latest: true | ||
cache: true | ||
|
||
|
@@ -68,7 +69,7 @@ jobs: | |
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 18.x | ||
- run: npm install -g ts-node prettier@3.0.3 typescript@5.0.4 @swc/[email protected].57 @swc/[email protected].62 jest @biomejs/biome@1.0.0 | ||
- run: npm install -g ts-node@11.0.0-beta.1 prettier@3.1.0 typescript@5.3.2 @swc/[email protected].100 @swc/[email protected].63 jest @biomejs/biome@1.4.1 | ||
- run: | | ||
cd ts | ||
npm ci | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ jobs: | |
- name: Set up Go | ||
uses: actions/setup-go@v3 | ||
with: | ||
go-version: '1.21' | ||
go-version: '1.22' | ||
check-latest: true | ||
cache: true | ||
|
||
|
@@ -70,11 +70,11 @@ jobs: | |
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 18.x | ||
- run: npm install -g ts-node@10.9.1 prettier typescript@5.0.4 @swc/[email protected].57 @swc/[email protected].62 | ||
- run: npm install -g ts-node@11.0.0-beta.1 prettier@3.1.0 typescript@5.3.2 @swc/[email protected].100 @swc/[email protected].63 | ||
- run: | | ||
cd ts | ||
npm ci | ||
npm install --save-dev @swc-node/[email protected].5 | ||
npm install --save-dev @swc-node/[email protected].8 | ||
- name: Setup ripgrep | ||
run: curl -LO https://github.com/BurntSushi/ripgrep/releases/download/13.0.0/ripgrep_13.0.0_amd64.deb && sudo dpkg -i ripgrep_13.0.0_amd64.deb | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.