Skip to content

Commit 77a6511

Browse files
authored
Upload test artefacts UbuntuCI
1 parent 04a75b6 commit 77a6511

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/SwiftPlot_Ubuntu.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,10 @@ jobs:
2525
- name: Build
2626
run: swift build -v
2727
- name: Run tests
28-
run: swift test -v
28+
run: swift test -v
29+
- name: Upload test artefacts
30+
uses: actions/upload-artifact@v1
31+
if: always()
32+
with:
33+
name: images
34+
path: ./output

0 commit comments

Comments
 (0)