diff --git a/.github/workflows/e2e-confirmation.yml b/.github/workflows/e2e-confirmation.yml new file mode 100644 index 0000000..40596f8 --- /dev/null +++ b/.github/workflows/e2e-confirmation.yml @@ -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."