Skip to content

Commit

Permalink
Improve testing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Alwinator committed Mar 16, 2022
1 parent a9db4e7 commit fa274e8
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ jobs:
- name: Install gem
run: gem install asciidoctor-lists.gem

- name: Build PDF
run: asciidoctor-pdf -r asciidoctor-lists samples/list-sample.adoc
- name: Build list-sample as PDF
run: asciidoctor-pdf -a allow-uri-read -r asciidoctor-lists samples/list-sample.adoc

- name: Build enhanced-rendering as PDF
run: asciidoctor-pdf -a allow-uri-read -r asciidoctor-lists samples/enhanced-rendering.adoc

- name: Archive production artifacts
uses: actions/upload-artifact@v2
with:
name: samples
path: samples

0 comments on commit fa274e8

Please sign in to comment.