Skip to content

NX_Latest_E2E

NX_Latest_E2E #59

Workflow file for this run

name: NX_Latest_E2E
on:
schedule:
- cron: 0 6 * * 1
workflow_dispatch:
jobs:
e2e:
permissions:
contents: read
name: E2E
uses: ./.github/workflows/main.yml
with:
runs-on: ubuntu-latest
node-version: 22
number-of-agents: 3
parallel-commands-on-agents: |
npx nx run-many --skip-nx-cache --target=e2e --parallel=1
environment-variables: |
NX_E2E_CI_CACHE_KEY=e2e-gha
NODE_OPTIONS=--max_old_space_size=8192
NX_VERBOSE_LOGGING=${{ 'true' }}
NX_E2E_SKIP_BUILD_CLEANUP=${{ 'true' }}
NPM_CONFIG_USERCONFIG=$RUNNER_TEMP/.npmrc
NX_RUN_GROUP=${{ github.run_id }}
TEST_LATEST_NX=${{ 'true' }}
secrets:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
agents:
name: Nx Cloud - Agents
uses: ./.github/workflows/agents.yml
with:
runs-on: ubuntu-latest
node-version: 22
number-of-agents: 3
environment-variables: |
NX_RUN_GROUP=${{ github.run_id }}
secrets:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}