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 6363 run : |
6464 echo "zpm \"install testcoverage\":1:1" > install-testcoverage
6565 docker exec --interactive $instance iris session $instance -B < install-testcoverage
66+ chmod 777 $GITHUB_WORKSPACE
6667
6768 - name : Build and Test
6869 run : |
@@ -73,10 +74,12 @@ jobs:
7374 # Run tests
7475 echo "zpm \"$package test -only $test_flags\":1:1" >> test.script
7576 docker exec --interactive $instance iris session $instance -B < build.script && docker exec --interactive $instance iris session $instance -B < test.script
77+
7678 - name : Upload coverage reports to Codecov with GitHub Action
7779 uses : codecov/codecov-action@v4.2.0
7880 env :
7981 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
82+
8083 - name : Produce CE Artifact
8184 run : |
8285 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