Skip to content

Commit

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

on: [push]

permissions:
contents: read

jobs:
install-test:
runs-on: ubuntu-latest
steps:
- name: install Senzing API
uses: senzing-factory/github-action-install-senzing-api@65-skern
with:
package(s)-to-install: "senzingapi-runtime senzingapi-tools"
senzingapi-version: "staging-v4"

0 comments on commit fd1e539

Please sign in to comment.