Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/run-e2e-suite/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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
Expand Down
Loading