Skip to content

RHOAIENG-22058: chore(workbenches): add test_create_simple_notebook to smoke #296

RHOAIENG-22058: chore(workbenches): add test_create_simple_notebook to smoke

RHOAIENG-22058: chore(workbenches): add test_create_simple_notebook to smoke #296

name: Build container using the PR
on:
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Checkout Pull Request Branch
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Run make build
run: make build