diff --git a/.github/actions/run-e2e-suite/action.yml b/.github/actions/run-e2e-suite/action.yml index 21f44084..69461d92 100644 --- a/.github/actions/run-e2e-suite/action.yml +++ b/.github/actions/run-e2e-suite/action.yml @@ -2,7 +2,7 @@ name: Run E2E Suite description: > Installs and starts a local ThunderID release, imports the sample apps' OAuth2 clients, starts all six sample apps against the workspace's own SDK packages, and runs the Playwright E2E suite - against them. Shared by pr-builder.yml's label-gated `e2e` job and e2e-nightly.yml's scheduled + against them. Shared by pr-builder.yml's label-gated `e2e` job and nightly.yml's scheduled run against the latest ThunderID release — the two differ only in trigger, not in what they run. Requires the repo to already be checked out (a local composite action can't check itself out). diff --git a/.github/workflows/e2e-nightly.yml b/.github/workflows/nightly.yml similarity index 96% rename from .github/workflows/e2e-nightly.yml rename to .github/workflows/nightly.yml index 0e79f7b7..32f5fd7d 100644 --- a/.github/workflows/e2e-nightly.yml +++ b/.github/workflows/nightly.yml @@ -1,4 +1,4 @@ -name: 🌙 E2E Nightly (latest ThunderID) +name: 🌙 Nightly E2E # Runs the same E2E suite as pr-builder.yml's `e2e` job, against the same always-latest ThunderID # release. The two differ only in trigger: this one runs on a schedule regardless of PR activity, @@ -13,8 +13,8 @@ env: NODE_VERSION: "lts/*" jobs: - e2e-nightly: - name: 🌙 E2E (sample apps, latest ThunderID) + e2e: + name: 🎭 E2E Tests runs-on: ubuntu-latest timeout-minutes: 40 # Least privilege: this job never pushes, comments, or writes to the repo — only the default