Skip to content

Commit

Permalink
run it with some older versions of apama too, just to check it all works
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-spiller committed Nov 23, 2020
1 parent c3fc23a commit 5b00ab0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
25 changes: 20 additions & 5 deletions .github/workflows/apama.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,27 @@ jobs:
include:
- run-id: amd64_linux
os: ubuntu-latest
apama-version: 10.5.3.2

- run-id: amd64_win
os: windows-latest
apama-version: 10.5.3.2

env:
# The 4-digit version to download from http://www.apamacommunity.com/downloads/
SETUP_APAMA_VERSION: 10.5.3.2
- run-id: amd64_linux
os: ubuntu-latest
apama-version: 10.1.0.5

- run-id: amd64_win
os: windows-latest
apama-version: 10.1.0.5

- run-id: amd64_linux_oldest
os: ubuntu-latest
apama-version: 9.10.0.3

- run-id: amd64_win_oldest
os: windows-latest
apama-version: 9.10.0.3

runs-on: ${{matrix.os}}

Expand All @@ -37,11 +51,12 @@ jobs:
with:
path: ~/cached-apama-installation.tar
# To use a clean cache, update the number at the end of this key
key: apama-${{ runner.os }}-${{ env.SETUP_APAMA_VERSION }}-cache1
key: apama-${{ runner.os }}-${{ matrix.apama-version }}-cache1

- uses: ./
with:
apama-version: ${{ env.SETUP_APAMA_VERSION }}
# The 4-digit version to download from http://www.apamacommunity.com/downloads/
apama-version: ${{ matrix.apama-version }}

- name: Test the Apama installation
shell: bash
Expand Down
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

name: 'Setup Apama'
description: 'Install Software AG Apama Community Edition and add it to your GitHub Actions environment'
author: Software AG
inputs:
apama-version:
description: 'The 4 digit version to install from https://downloads.apamacommunity.com/apama, e.g. 10.5.3.2'
Expand Down

0 comments on commit 5b00ab0

Please sign in to comment.