Skip to content

Commit

Permalink
Test confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurt Medley committed May 29, 2024
1 parent c798090 commit c450d45
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,13 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run prepublishOnly

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

0 comments on commit c450d45

Please sign in to comment.