Skip to content

Commit

Permalink
test beta install
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam committed Oct 21, 2024
1 parent 36aee69 commit ebcbcd7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/install-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: install test

on: [push, pull_request]

permissions:
contents: read

jobs:
install-test:
name: "install test: ${{ matrix.senzingapi-version }}"
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
senzingapi-version: [beta-v4]

steps:
- name: Install Senzing API
uses: senzing-factory/github-action-install-senzing-api@73-skern
with:
packages-to-install: "senzingapi-setup senzingapi-runtime"
senzingapi-version: ${{ matrix.senzingapi-version }}

0 comments on commit ebcbcd7

Please sign in to comment.