Skip to content

New CI with extracted common setup workflow, with a new CI with verification #81

New CI with extracted common setup workflow, with a new CI with verification

New CI with extracted common setup workflow, with a new CI with verification #81

Workflow file for this run

name: Bolts CI
on:
pull_request:
push:
branches:
- main
jobs:
setup:
uses: ./.github/workflows/setup.yml
tests:
runs-on: [self-hosted, linux]
steps:
- name: Bolts Tests
run: ./run-tests.sh --admit-vcs
fail_if_pull_request_is_draft:
if: github.event.pull_request.draft == true
runs-on: [self-hosted, linux]
steps:
- name: Fails in order to indicate that pull request needs to be marked as ready to review and tests workflows need to pass.
run: exit 1