Skip to content

Commit 6fb4863

Browse files
committed
Change to extend tansposed csv printouts
1 parent 7ba89cd commit 6fb4863

File tree

3 files changed

+281
-40
lines changed

3 files changed

+281
-40
lines changed

.github/workflows/ci-test.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,14 @@ jobs:
4040
name: test-log-${{ github.sha }}
4141
path: test-log.txt
4242

43+
- name: upload-artifact
44+
uses: actions/upload-artifact@v2
45+
with:
46+
name: test-log-raw-tr-wo_ext-${{ github.sha }}
47+
path: build/bin/raw_tr_wo_ext.csv
48+
49+
- name: upload-artifact
50+
uses: actions/upload-artifact@v2
51+
with:
52+
name: test-log-raw-tr-wi_ext-${{ github.sha }}
53+
path: build/bin/raw_tr_wi_ext.csv

0 commit comments

Comments
 (0)