Add pytest run to the workflow #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull Request Validation | |
on: | |
pull_request: | |
jobs: | |
validate-pr: | |
runs-on: ["in-service", "n150"] | |
steps: | |
- name: Skip run | |
run: echo "Empty check passed" |