Skip to content

Add pytest run to the workflow #1

Add pytest run to the workflow

Add pytest run to the workflow #1

Workflow file for this run

name: Pull Request Validation
on:
pull_request:
jobs:
validate-pr:
runs-on: ["in-service", "n150"]
steps:
- name: Skip run
run: echo "Empty check passed"