Skip to content

Commit 3856064

Browse files
committed
chore: make workspace writable
as used in isc-codetidy, which has working codecov right now.
1 parent 6a3356e commit 3856064

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
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/[email protected]
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

0 commit comments

Comments
 (0)