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 9e2bf4e commit b6a752aCopy full SHA for b6a752a
.github/workflows/release.yml
@@ -55,16 +55,6 @@ jobs:
55
id: tag
56
uses: actions-ecosystem/action-get-latest-tag@v1
57
58
- - name: Build and Test
59
- run: |
60
- # Run build
61
- echo "zpm \"load /source $build_flags\":1:1" > build
62
- # Test package is compiled first as a workaround for some dependency issues.
63
- echo "do \$System.OBJ.CompilePackage(\"$test_package\",\"ckd\") " > test
64
- # Run tests
65
- echo "zpm \"$package test -only $test_flags\":1:1" >> test
66
- docker exec --interactive $instance iris session $instance -B < build && docker exec --interactive $instance iris session $instance -B < test && docker exec --interactive $instance iris session $instance -B
67
-
68
- name: Export XML
69
run: |
70
# Pick the targets to export as XML
0 commit comments