Skip to content
Merged
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
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ on:
pull_request:
branches: [main, master]
workflow_dispatch:
inputs:
# Sent by percy/cli's SDK regression fan-out. Accepted for dispatch
# compatibility but unused: these tests exercise the GraalJS scripts in
# a vm harness and never install @percy/cli.
branch:
description: CLI branch (ignored by this suite)
required: false
type: string
default: master

jobs:
test:
Expand Down
Loading