File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 63
63
run : |
64
64
echo "zpm \"install testcoverage\":1:1" > install-testcoverage
65
65
docker exec --interactive $instance iris session $instance -B < install-testcoverage
66
+ chmod 777 $GITHUB_WORKSPACE
66
67
67
68
- name : Build and Test
68
69
run : |
@@ -73,10 +74,12 @@ jobs:
73
74
# Run tests
74
75
echo "zpm \"$package test -only $test_flags\":1:1" >> test.script
75
76
docker exec --interactive $instance iris session $instance -B < build.script && docker exec --interactive $instance iris session $instance -B < test.script
77
+
76
78
- name : Upload coverage reports to Codecov with GitHub Action
77
79
78
80
env :
79
81
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
82
+
80
83
- name : Produce CE Artifact
81
84
run : |
82
85
echo "set version=##class(%ZPM.PackageManager.Developer.Module).NameOpen(\"git-source-control\").VersionString" > package.script
You can’t perform that action at this time.
0 commit comments