Skip to content

remove tools

remove tools #10

Workflow file for this run

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: [staging-v3]
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 }}