Skip to content

Commit

Permalink
workflows: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 authored Jul 20, 2020
1 parent 55c3388 commit e8b7af2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ jobs:
strategy:
max-parallel: 1
matrix:
content_type:
- text/plain
- text/html
include:
- content_type: text/markdown
body: file://README.md
Expand All @@ -30,7 +27,7 @@ jobs:
attachments: package.json,package-lock.json
steps:
- name: Checkout code
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Send mail
uses: ./
with:
Expand Down

0 comments on commit e8b7af2

Please sign in to comment.