Skip to content

Commit

Permalink
update test to work with changes from #9
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshCoady committed Aug 30, 2023
1 parent 7752eae commit eff338c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,7 @@ jobs:
shell: bash
env:
ACTUAL: ${{ steps.convert.outputs.text }}
EXPECTED: |
*Heading 1*
*Heading 2*
<http://example.com|Link>
• List Item 1
• List Item 2
EXPECTED: *Heading 1*\n\n*Heading 2*\n\n<http://example.com|Link>\n\n• List Item 1\n• List Item 2
run: |
if [ "$ACTUAL" != "$EXPECTED" ]; then
echo "Actual: $ACTUAL"
Expand Down

0 comments on commit eff338c

Please sign in to comment.