Skip to content

Commit b6b1c1c

Browse files
committed
make workflow pass on 9.10
1 parent 5b00ab0 commit b6b1c1c

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/apama.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,19 @@ jobs:
5858
# The 4-digit version to download from http://www.apamacommunity.com/downloads/
5959
apama-version: ${{ matrix.apama-version }}
6060

61-
- name: Test the Apama installation
61+
- name: Test starting the Apama correlator
62+
# Basic test that should work on all Apama versions
6263
shell: bash
6364
run: |
6465
env | sort
6566
6667
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: |
6774
engine_deploy -h
6875
6976
$APAMA_PYSYS makeproject --help

0 commit comments

Comments
 (0)