Skip to content

Commit c450d45

Browse files
author
Kurt Medley
committed
Test confirmation
1 parent c798090 commit c450d45

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build.yml

+10
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,13 @@ jobs:
1515
cache: 'npm'
1616
- run: npm ci
1717
- run: npm run prepublishOnly
18+
19+
Confirmation:
20+
# e2e_confirmation:
21+
runs-on: ubuntu-latest
22+
# environment:
23+
# name: e2e-test-confirmation
24+
needs: Build
25+
steps:
26+
- name: Await Manual Confirmation
27+
run: echo "Please confirm you have manually run `npm run test:e2e` locally."

0 commit comments

Comments
 (0)