Skip to content

Commit

Permalink
Using new target for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChymera committed Dec 5, 2023
1 parent c737859 commit f76de49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ jobs:
- name: Enable gin remote
run: git annex enableremote gin.g-node.org

- name: Build frontiers article
run: make container-article FORMAT=frontiers

- name: Build rescience article
run: make container-article FORMAT=rescience

- name: Build frontiers article
run: make container-article FORMAT=frontiers

- name: Upload PDF artifact
uses: actions/upload-artifact@v2
with:
name: article-frontiers
path: article/article-frontiers.pdf
path: article/article.pdf

0 comments on commit f76de49

Please sign in to comment.