Skip to content

Build jira_bus_server test image and run tests on it - started by nexusriot #2

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

Build jira_bus_server test image and run tests on it - started by nexusriot #2

Workflow file for this run

name: Build jira_bus_server test image and run tests on it
run-name: Build jira_bus_server test image and run tests on it - started by ${{ github.actor }}
on:
pull_request:
types: [opened, synchronize]
paths:
- 'jira_bus/jira_bus_server/**'
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 jira_bus build
- name: Build test image and run tests
run: bash -x jira_bus/run_test.sh