Skip to content

Commit

Permalink
Update pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjennings authored Mar 1, 2024
1 parent bc5fa67 commit 9a30dbf
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,9 @@ jobs:
id: testdriver
with:
prompt: |
2. click "Continue"
2. focus the Wave input with the keyboard shorcut Command + I
3. type 'ls' into the input
4. press return
5. validate Wave shows the result of 'ls'
# - name: Send custom JSON data to Slack workflow
# id: slack
# if: ${{ always() }}
# uses: slackapi/[email protected]
# with:
# # This data can be any valid JSON from a previous step in the GitHub Action
# payload: |
# {
# "link": "${{ steps.testdriver.outputs.link }}",
# "summary": ${{ toJSON(steps.testdriver.outputs.summary)}}
# }
# env:
# SLACK_WEBHOOK_URL: "https://hooks.slack.com/triggers/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"
1. navigate to boldstart.vc in google chrome
1. scroll all the way down
1. click 'sign up for our newsletter'
1. enter '[email protected]'
1. press enter
1. validate that you see 'Thanks for contacting us!'

0 comments on commit 9a30dbf

Please sign in to comment.