Skip to content

Build herald_executor test image and run tests on it - started by nexusriot #6

Build herald_executor test image and run tests on it - started by nexusriot

Build herald_executor test image and run tests on it - started by nexusriot #6

name: Build herald_executor test image and run tests on it
run-name: Build herald_executor test image and run tests on it - started by ${{ github.actor }}
on:
pull_request:
types: [opened, synchronize]
paths:
- 'docker_images/herald_executor/**'
workflow_dispatch:
jobs:
build_image:
runs-on: self-hosted
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Build image
run: bash -x build.sh herald_executor build
- name: Build test image and run tests
run: bash -x docker_images/run_test.sh herald_executor