Skip to content

Release v0.7.1

Release v0.7.1 #229

Workflow file for this run

name: CI
permissions:
contents: read
on:
- push
- pull_request
# Add concurrency group to control job running
concurrency:
group: ${{ github.event_name }}-${{ github.ref }}-${{ github.actor }}
cancel-in-progress: true
jobs:
test:
name: Run Tests
uses: Onemind-Services-LLC/actions/.github/workflows/netbox-plugin-tests.yml@master
with:
app-id: ${{ vars.APP_ID }}
plugin-name: 'netbox_metatype_importer'
secrets:
private-key: ${{ secrets.APP_PRIVATE_KEY }}