Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jangevaare committed Jul 3, 2024
1 parent b38b70f commit 18c22e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-R.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ jobs:
- name: Run test.R
run: |
Rscript test.R
- name: Save input artifact
uses: actions/upload-artifact@v4
with:
name: test-input
path: input
path: input/
if-no-files-found: error

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

0 comments on commit 18c22e3

Please sign in to comment.