Skip to content

Commit

Permalink
e2e confirmation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurt Medley committed May 29, 2024
1 parent c80c2d1 commit c798090
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/e2e-confirmation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: End-to-end Test Confirmation Workflow

on:
workflow_dispatch:

jobs:
e2e_confirmation:
runs-on: ubuntu-latest
environment:
name: e2e-test-confirmation
steps:
- name: Await Manual Confirmation
run: echo "Please confirm you have manually run `npm run test:e2e` locally."

0 comments on commit c798090

Please sign in to comment.