Skip to content

Commit b6a752a

Browse files
committed
refactor(ci): skip building and testing in release ci
1 parent 9e2bf4e commit b6a752a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,6 @@ jobs:
5555
id: tag
5656
uses: actions-ecosystem/action-get-latest-tag@v1
5757

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-
6858
- name: Export XML
6959
run: |
7060
# Pick the targets to export as XML

0 commit comments

Comments
 (0)