We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b00ab0 commit b6b1c1cCopy full SHA for b6b1c1c
1 file changed
.github/workflows/apama.yml
@@ -58,12 +58,19 @@ jobs:
58
# The 4-digit version to download from http://www.apamacommunity.com/downloads/
59
apama-version: ${{ matrix.apama-version }}
60
61
- - name: Test the Apama installation
+ - name: Test starting the Apama correlator
62
+ # Basic test that should work on all Apama versions
63
shell: bash
64
run: |
65
env | sort
66
67
correlator --version
68
+
69
+ - name: Test the rest of the Apama environment
70
+ shell: bash
71
+ # Some tools aren't in the oldest version
72
+ if: matrix.apama-version != '9.10.0.3'
73
+ run: |
74
engine_deploy -h
75
76
$APAMA_PYSYS makeproject --help
0 commit comments