Skip to content

Commit 3763e71

Browse files
authored
Update main.yml
1 parent fa36455 commit 3763e71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
env:
1616
# ** FOR GENERAL USE, LIKELY NEED TO CHANGE: **
1717
package: TestCoverage
18-
container_image: intersystemsdc/iris-community:2019.4.0.383.0-zpm
18+
container_image: intersystemsdc/iris-community:latest-zpm
1919

2020
# ** FOR GENERAL USE, MAY NEED TO CHANGE: **
2121
build_flags: -dev -verbose # Load in -dev mode to get unit test code preloaded
@@ -81,4 +81,4 @@ jobs:
8181
if: always()
8282
with:
8383
name: ${{ steps.xunit-viewer.outputs.report-name }}
84-
path: ${{ steps.xunit-viewer.outputs.report-dir }}
84+
path: ${{ steps.xunit-viewer.outputs.report-dir }}

0 commit comments

Comments
 (0)