File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 48
48
mkdir $test_reports
49
49
chmod 777 $test_reports
50
50
51
+ # Same for artifact directory
51
52
mkdir $artifact_dir
52
53
chmod 777 $artifact_dir
53
54
62
63
run : |
63
64
echo "zpm \"install testcoverage\":1:1" > install-testcoverage
64
65
docker exec --interactive $instance iris session $instance -B < install-testcoverage
65
- # WOrkaround for permissions issues in TestCoverage (creating directory for source export)
66
- chmod 777 $GITHUB_WORKSPACE
67
- chmod -R 777 $GITHUB_WORKSPACE/tests/_reference/compare
68
-
69
66
70
67
- name : Build and Test
71
68
run : |
85
82
echo "halt" >> package
86
83
docker exec --interactive $instance iris session $instance -B < package
87
84
88
- - name : Attache CE Artifact
85
+ - name : Attach CE Artifact
89
86
uses : actions/upload-artifact@v1
90
87
if : always()
91
88
with :
You can’t perform that action at this time.
0 commit comments