Skip to content

Commit fe43c4a

Browse files
Add csv for lumera tests
1 parent f798d01 commit fe43c4a

File tree

2 files changed

+37495
-1
lines changed

2 files changed

+37495
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ jobs:
6161

6262
- name: Install lumera
6363
run: cd tests/scripts && ./install-lumera.sh
64+
65+
- name: Copy CSV file to home directory
66+
run: cp claims.csv ~/
6467

6568
- name: Run system tests
66-
run: go test -tags=system_test -v .
69+
run: cd tests/system && go test -tags=system_test -v .

0 commit comments

Comments
 (0)