Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

DATASCI-2710 - pyproject, pdm and docker #3

DATASCI-2710 - pyproject, pdm and docker

DATASCI-2710 - pyproject, pdm and docker #3

Workflow file for this run

name: Pull request check
on:
pull_request:
types: [opened, reopened, edited, synchronize]
concurrency:
group: ${{ github.event.repository.name }}/${{ github.ref_name }}/pr-check
cancel-in-progress: true
jobs:
pr-check-uts:
name: pr-check-uts
runs-on: [ "self-hosted", "jamf-ubuntu-latest" ]
steps:
- name: "Run Unit Tests"
uses: jamf/github-actions-datascience/unit-tests@v1