Skip to content

Commit

Permalink
yaml yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jangevaare committed Jul 3, 2024
1 parent 18c22e3 commit 9f8f359
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test-R.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:
- name: Save input artifact
uses: actions/upload-artifact@v4
with:
name: test-input
path: input/
if-no-files-found: error
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
with:
name: test-output
path: output/
if-no-files-found: error

0 comments on commit 9f8f359

Please sign in to comment.