We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa36455 commit 3763e71Copy full SHA for 3763e71
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
env:
16
# ** FOR GENERAL USE, LIKELY NEED TO CHANGE: **
17
package: TestCoverage
18
- container_image: intersystemsdc/iris-community:2019.4.0.383.0-zpm
+ container_image: intersystemsdc/iris-community:latest-zpm
19
20
# ** FOR GENERAL USE, MAY NEED TO CHANGE: **
21
build_flags: -dev -verbose # Load in -dev mode to get unit test code preloaded
@@ -81,4 +81,4 @@ jobs:
81
if: always()
82
with:
83
name: ${{ steps.xunit-viewer.outputs.report-name }}
84
- path: ${{ steps.xunit-viewer.outputs.report-dir }}
+ path: ${{ steps.xunit-viewer.outputs.report-dir }}
0 commit comments