Skip to content

Commit

Permalink
make workflow pass on 9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-spiller committed Nov 23, 2020
1 parent 5b00ab0 commit b6b1c1c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/apama.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,19 @@ jobs:
# The 4-digit version to download from http://www.apamacommunity.com/downloads/
apama-version: ${{ matrix.apama-version }}

- name: Test the Apama installation
- name: Test starting the Apama correlator
# Basic test that should work on all Apama versions
shell: bash
run: |
env | sort
correlator --version
- name: Test the rest of the Apama environment
shell: bash
# Some tools aren't in the oldest version
if: matrix.apama-version != '9.10.0.3'
run: |
engine_deploy -h
$APAMA_PYSYS makeproject --help
Expand Down

0 comments on commit b6b1c1c

Please sign in to comment.