fs-integration: Always run sanity test for sit-environment #66
Workflow file for this run
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: Verification of Jenkins jobs | |
on: | |
pull_request: | |
branches: | |
- '*' | |
jobs: | |
pull_request: | |
name: Verify Jenkins jobs | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: build JJB container image | |
run: docker build -t samba-centosci -f deploy/Dockerfile . | |
- name: run YAML verification using built JJB container image | |
run: docker run --rm samba-centosci:latest |