Skip to content

Commit 14cbeea

Browse files
authored
Merge pull request #18 from aaltat/github_actions_artifacts
Use GitHub actions artifacts
2 parents 7bb61a6 + 0d20d3f commit 14cbeea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ jobs:
2626
- name: Run acceptance tests
2727
run: |
2828
python atest/run.py
29+
- uses: actions/upload-artifact@v1
30+
with:
31+
name: atest_results
32+
path: atest/results

0 commit comments

Comments
 (0)