Skip to content

Commit

Permalink
chore: make workspace writable
Browse files Browse the repository at this point in the history
as used in isc-codetidy, which has working codecov right now.
  • Loading branch information
isc-tleavitt committed Oct 1, 2024
1 parent 6a3356e commit 3856064
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
run: |
echo "zpm \"install testcoverage\":1:1" > install-testcoverage
docker exec --interactive $instance iris session $instance -B < install-testcoverage
chmod 777 $GITHUB_WORKSPACE
- name: Build and Test
run: |
Expand All @@ -73,10 +74,12 @@ jobs:
# Run tests
echo "zpm \"$package test -only $test_flags\":1:1" >> test.script
docker exec --interactive $instance iris session $instance -B < build.script && docker exec --interactive $instance iris session $instance -B < test.script
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/[email protected]
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Produce CE Artifact
run: |
echo "set version=##class(%ZPM.PackageManager.Developer.Module).NameOpen(\"git-source-control\").VersionString" > package.script
Expand Down

0 comments on commit 3856064

Please sign in to comment.