Skip to content

Commit

Permalink
Save test artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
jangevaare committed Jul 3, 2024
1 parent d2956ee commit 3febad4
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/test-R.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,18 @@ jobs:

- name: Run test.R
run: |
Rscript test.R
Rscript test.R
- name: Save input artifact
uses: actions/upload-artifact@v4
with:
name: test-input
path: input/
if-no-files-found: error

- name: Save output artifact
uses: actions/upload-artifact@v4
with:
name: test-output
path: output/
if-no-files-found: error

0 comments on commit 3febad4

Please sign in to comment.