-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,167 changed files
with
32,314 additions
and
22,373 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
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 |
---|---|---|
|
@@ -38,7 +38,64 @@ launch-templates: | |
- name: Install Browsers | ||
script: | | ||
pnpm exec cypress install | ||
pnpm exec playwright install | ||
pnpm exec playwright install --with-deps | ||
- name: Install Rust | ||
script: | | ||
curl --proto '=https' --tlsv1.3 https://sh.rustup.rs -sSf | sh -s -- -y | ||
source "$HOME/.cargo/env" | ||
rustup toolchain install 1.70.0 | ||
- name: Configure git metadata (needed for lerna smoke tests) | ||
script: | | ||
git config --global user.email [email protected] | ||
git config --global user.name "Test Test" | ||
- name: Load Cargo Env | ||
script: echo "PATH=$HOME/.cargo/bin:$PATH" >> $NX_CLOUD_ENV | ||
|
||
- name: Install zip and unzip | ||
script: sudo apt-get -yqq install zip unzip | ||
linux-large: | ||
resource-class: 'docker_linux_amd64/large' | ||
image: 'ubuntu22.04-node20.11-v10' | ||
env: | ||
GIT_AUTHOR_EMAIL: [email protected] | ||
GIT_AUTHOR_NAME: Test | ||
GIT_COMMITTER_EMAIL: [email protected] | ||
GIT_COMMITTER_NAME: Test | ||
SELECTED_PM: 'pnpm' | ||
NPM_CONFIG_PREFIX: '/home/workflows/.npm-global' | ||
NX_NATIVE_LOGGING: 'nx::native::db' | ||
init-steps: | ||
- name: Checkout | ||
uses: 'nrwl/nx-cloud-workflows/v4/workflow-steps/checkout/main.yaml' | ||
- name: Cache restore | ||
uses: 'nrwl/nx-cloud-workflows/v4/workflow-steps/cache/main.yaml' | ||
inputs: | ||
key: 'pnpm-lock.yaml' | ||
paths: | | ||
node_modules | ||
~/.cache/Cypress | ||
~/.cache/ms-playwright | ||
~/.pnpm-store | ||
base_branch: 'master' | ||
- name: Install e2e deps | ||
script: | | ||
sudo apt-get update | ||
sudo apt-get install -y ca-certificates lsof libvips-dev libglib2.0-dev libgirepository1.0-dev | ||
- name: Install Pnpm | ||
script: | | ||
npm install -g [email protected] | ||
- name: Pnpm Install | ||
script: | | ||
pnpm install --frozen-lockfile | ||
- name: Install Browsers | ||
script: | | ||
pnpm exec cypress install | ||
pnpm exec playwright install --with-deps | ||
- name: Install Rust | ||
script: | | ||
|
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 |
---|---|---|
@@ -1,4 +1,10 @@ | ||
distribute-on: | ||
small-changeset: 8 linux-medium | ||
medium-changeset: 10 linux-medium | ||
large-changeset: 12 linux-medium | ||
default: auto linux-medium, 1 linux-large | ||
assignment-rules: | ||
- project: nx-dev | ||
target: build-base | ||
runs-on: | ||
- linux-large | ||
- target: test | ||
runs-on: | ||
- linux-medium |
Validating CODEOWNERS rules …
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
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
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.